Skip to content

c12i/pixie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1e52568 · Nov 29, 2023

History

86 Commits
Nov 28, 2023
Feb 22, 2021
Mar 9, 2023
Nov 29, 2023
Nov 28, 2023
Nov 29, 2023
Apr 28, 2021
Nov 6, 2020
Nov 3, 2020
Mar 9, 2023
Nov 28, 2023
Nov 29, 2023

Repository files navigation

A pixel art editor purely built with vanilla JavaScript + canvas

snip

fruitzz

art

Features

  • Tools:
    • Draw tool
    • Fill tool
    • Shape tools: Rectangle, Circle and Triangle tools are supported
    • Color picker
  • Save drawn image as png
  • Load image to editor (a bit wonky)
  • Undo/ Redo action with keybinds (ctrl/cmd + "z" and ctrl/cmd + "y" respectively)
  • Save your pixel art with ctrl/cmd + "s" keybind support
  • Local caching

Local Development

Install dev dependencies

npm install

Run local server

npm run dev

TODO

  • Canvas resizing

This project is MIT licensed.

About

A pixel-art-editor made with javascript and canvas

Resources

License

Stars

Watchers

Forks