DEMO : https://42eg4m1.github.io/svg-handwriting-animation/
node.js
$ git clone git@github.com:42EG4M1/svg-handwriting-animation.git [projectName]
$ cd [projectName]
$ npm i
# build for development
$ npm run dev
# package
npm i # install npm packages
# run
npm start # development, watch and server
# task
npm run watch # watch
npm run lint -s # eslint
npm run server # browser-sync
npm run clean # rm -rf dist
npm run copy # copy - jpg,gif,png,svg
npm run docs # generate docs for gh pages(copy dist)
# build
npm run dev # build for development
npm run build # build for production(and docs)
Fix - Bug fixes.
Add - Add a new files and functions.
Modify - Fixing features that are not bugs.
Clean - Organize by refactoring etc.
Remove - Delete files.
Rename - Rename files.
Update - Update files.
MIT License