Extension that allows you to use paper.js right in your VSCode with live reloading
It uses paper.js
(website, repository) of version 0.11.5
from cdnjs ( paper-full.min.js )
- Live reloading
- ES6 syntax support
ext install vscode-paper
CMD + Shift + P -> Create a Paper
- Add grid and ability to change it's size/color/show coordinates on hover/whatever...
- Add ability to pan view in any direction
- Add typings for paper.js in order to use autocompletion
- ?