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 e6c75eac69
continuous-integration/drone/push Build is passing Details
Update Node, ESLint and various dependencies
12 months ago
src Update Node, ESLint and various dependencies 12 months ago
.drone.yml Update Node, ESLint and various dependencies 12 months ago
.gitignore Initial commit 1 year ago
README.fr.md Update READMEs 1 year ago
README.md Update READMEs 1 year ago
eslint.config.js Update Node, ESLint and various dependencies 12 months ago
index.html Initial commit 1 year ago
package.json Update Node, ESLint and various dependencies 12 months ago
reference.py Add Python reference implementation 1 year ago
tsconfig.json Update Node, ESLint and various dependencies 12 months ago
tsconfig.node.json Initial commit 1 year ago
vite.config.ts Use some icons 1 year ago

README.md

Pixture

Available operations

  • Load multiple images from the file system
  • Preview the result at the center of the screen
  • Download the current result as a single image
  • Apply a transformation to the image
  • Redimension the image
  • Fade two images by drag and drop one over the working area
  • If dropping at the bottom/at the right, the image will be appended to the current one
  • Create an animation that combines all loaded images

Run a development server

npm install
npm run dev

Build a static site

npm run build