mirror of
https://github.com/Xevion/lovely.git
synced 2025-12-06 01:15:30 -06:00
11 lines
304 B
Markdown
11 lines
304 B
Markdown
# lovely
|
|
|
|

|
|
|
|
A small project I made to play around with 2d canvases, motion blur effects and trying out canvas APIs for the first time.
|
|
|
|
## Setup, Development and Production
|
|
|
|
- Setup: `npm install`
|
|
- Development: `npm run serve`
|
|
- Build: `npm run build` |