Client-side image editing
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Clément FRÉVILLE 6a904b705a
continuous-integration/drone/push Build is passing Details
Use the canvas scaling API to preserve applied transformations
1 year ago
src Use the canvas scaling API to preserve applied transformations 1 year ago
.drone.yml Initial commit 1 year ago
.eslintrc.cjs Initial commit 1 year ago
.gitignore Initial commit 1 year ago
README.fr.md Allow creating GIF animations 1 year ago
README.md Allow creating GIF animations 1 year ago
index.html Initial commit 1 year ago
package.json Allow creating GIF animations 1 year ago
reference.py Add Python reference implementation 1 year ago
tsconfig.json Initial commit 1 year ago
tsconfig.node.json Initial commit 1 year ago
vite.config.ts Initial commit 1 year ago

README.md

Pixture

Run a development server

npm install
npm run dev

Build a static site

npm run build