Paplico
is Drawing app on the Web.
- Paplico is vertor based raster painting app, It gives able to non-destructive editing for us.
- Targeted to hyper Vector editing likes Adobe Illustrator
- Fully open sourced, Can Web Developers extension Paplico,
or make drawing app based on
@paplico/core
Requires Node.js / yarn.
git clone [email protected]:hanakla/paplico-paint.git
cd paplico-paint
yarn dev
Do you understand????
pkgs/core
is an package of drawing engine / native UI events handler / drawing state manager.- Made with TypeScript / HTML5 Canvas / DOM
pkgs/web
is Frontend implementation of @paplico/core.- Made with Next.js
pkgs/desktop
is Desktop App version of Paplico. (WIP)- Made with Electron