Skip to content

Repository files navigation

Color pick into sheet (front-end)

Installing dependencies

$ npm i -D

Build for production

$ npm run build

Environment

During development .env.development will be loaded. All environment variables should be prefixed with VITE_ for them to be accessible from the front-end code. For production build, .env.production file will be used.

Remove chrome extension cookies

// clear extension cookie during development mode
// run inside chrome extension inspect console
chrome.cookies
  .remove({ name: "auth.user", url: "http://localhost:3000" })
  .then(() => console.log("deleted"))

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages