diff --git a/README.md b/README.md index e4c9f13..b09983a 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@
- +
-# Lithium +# Giffium [![pnpm](https://img.shields.io/badge/maintained%20with-pnpm-cc00ff.svg?style=for-the-badge&logo=pnpm)](https://pnpm.io/) [![turborepo](https://img.shields.io/badge/built%20with-turborepo-cc00ff.svg?style=for-the-badge&logo=turborepo)](https://turborepo.org/) -Lithium is a tool to generate a socially shareable gif from a diff of two snippets of code/config. +Giffium is a tool to generate a socially shareable gif from a diff of two snippets of code/config. ## Inspiration -Lithium was inspired by [Shiki Magic Move](https://github.com/rhysd/Shiki-Magic-Move) and [Carbon](https://carbon.now.sh/)/[Ray.so](https://ray.so/). +Giffium was inspired by [Shiki Magic Move](https://github.com/rhysd/Shiki-Magic-Move) and [Carbon](https://carbon.now.sh/)/[Ray.so](https://ray.so/). It was created as part of the [SolidJS Hackathon](https://hack.solidjs.com/) @@ -55,7 +55,7 @@ pnpm run update-deps ## Contributing -Lithium is a monorepo managed by [turborepo](https://turborepo.org). The project also requires the use of [pnpm](https://pnpm.io) to manage dependencies. +Giffium is a monorepo managed by [turborepo](https://turborepo.org). The project also requires the use of [pnpm](https://pnpm.io) to manage dependencies. ### Getting Started diff --git a/package.json b/package.json index bbd7fa2..e180bc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "lithium-monorepo", - "description": "A monorepo for Lithium, the social sharable diff tool", + "name": "giffium-monorepo", + "description": "A monorepo for Giffium, the social sharable diff tool", "version": "0.0.1", "license": "MIT", "author": "Chris Griffing", @@ -39,4 +39,4 @@ "engines": { "node": ">=18.0.0" } -} \ No newline at end of file +} diff --git a/playgrounds/app/package.json b/playgrounds/app/package.json index 86eddb0..4510bf7 100644 --- a/playgrounds/app/package.json +++ b/playgrounds/app/package.json @@ -1,5 +1,5 @@ { - "name": "lithium-app", + "name": "giffium-app", "type": "module", "scripts": { "dev": "vinxi dev", diff --git a/playgrounds/app/public/apple-touch-icon.png b/playgrounds/app/public/apple-touch-icon.png index 090b545..d24e7e2 100644 Binary files a/playgrounds/app/public/apple-touch-icon.png and b/playgrounds/app/public/apple-touch-icon.png differ diff --git a/playgrounds/app/public/favicon-48x48.png b/playgrounds/app/public/favicon-48x48.png index 06f0c32..356f64d 100644 Binary files a/playgrounds/app/public/favicon-48x48.png and b/playgrounds/app/public/favicon-48x48.png differ diff --git a/playgrounds/app/public/favicon-full.png b/playgrounds/app/public/favicon-full.png index b32a710..41a0668 100644 Binary files a/playgrounds/app/public/favicon-full.png and b/playgrounds/app/public/favicon-full.png differ diff --git a/playgrounds/app/public/favicon.afphoto b/playgrounds/app/public/favicon.afphoto index 0c55f75..6a37cf8 100644 Binary files a/playgrounds/app/public/favicon.afphoto and b/playgrounds/app/public/favicon.afphoto differ diff --git a/playgrounds/app/public/favicon.ico b/playgrounds/app/public/favicon.ico index 5d5f772..f55bf76 100644 Binary files a/playgrounds/app/public/favicon.ico and b/playgrounds/app/public/favicon.ico differ diff --git a/playgrounds/app/public/favicon.svg b/playgrounds/app/public/favicon.svg index 32fb4cf..23cb7a4 100644 --- a/playgrounds/app/public/favicon.svg +++ b/playgrounds/app/public/favicon.svg @@ -1,3 +1,3 @@ - \ No newline at end of file diff --git a/playgrounds/app/public/favicon.zip b/playgrounds/app/public/favicon.zip deleted file mode 100644 index b998f62..0000000 Binary files a/playgrounds/app/public/favicon.zip and /dev/null differ diff --git a/playgrounds/app/public/site.webmanifest b/playgrounds/app/public/site.webmanifest index 9368a4c..859f61f 100644 --- a/playgrounds/app/public/site.webmanifest +++ b/playgrounds/app/public/site.webmanifest @@ -1,6 +1,6 @@ { - "name": "Lithium", - "short_name": "Lithium", + "name": "Giffium", + "short_name": "Giffium", "icons": [ { "src": "/web-app-manifest-192x192.png", @@ -15,7 +15,7 @@ "purpose": "maskable" } ], - "theme_color": "#ffffff", - "background_color": "#ffffff", + "theme_color": "#000000", + "background_color": "#000000", "display": "standalone" } \ No newline at end of file diff --git a/playgrounds/app/public/web-app-manifest-192x192.png b/playgrounds/app/public/web-app-manifest-192x192.png index 1c0d6b7..2e79682 100644 Binary files a/playgrounds/app/public/web-app-manifest-192x192.png and b/playgrounds/app/public/web-app-manifest-192x192.png differ diff --git a/playgrounds/app/public/web-app-manifest-512x512.png b/playgrounds/app/public/web-app-manifest-512x512.png index 370a020..99542c9 100644 Binary files a/playgrounds/app/public/web-app-manifest-512x512.png and b/playgrounds/app/public/web-app-manifest-512x512.png differ diff --git a/playgrounds/app/src/components/Editor.tsx b/playgrounds/app/src/components/Editor.tsx index b97682a..6780a18 100644 --- a/playgrounds/app/src/components/Editor.tsx +++ b/playgrounds/app/src/components/Editor.tsx @@ -623,7 +623,7 @@ export default function Editor(props: EditorProps) {