This is a simple color picker project implemented using HTML5 Canvas, with versions written in pure JavaScript and TypeScript. The project is bundled using the Snowpack bundler for efficient development.
- Color selection using Canvas
- Copy to clipboard
- TypeScript support
- Snowpack bundler
Clone the repository and navigate to the project folder:
git clone https://github.com/Mkaren92/color-dropper.gitcd color-dropperRun following commands:
npm installnpm start