bmoren / p5js-toolbar

p5js toolbar for atom.io with a run button to launch a local server and quick links to common resources
9 stars 5 forks source link

change to NPM package for library to keep always updated to latest p5 version #8

Closed bmoren closed 5 years ago

bmoren commented 5 years ago

https://unpkg.com/p5@latest/lib/p5.min.js

it might make sense to use this to duplicate it to the project so that it saves a local copy for longevity?

bmoren commented 5 years ago

I think the real direction to go would download the current version on the fly and store it for each use checking if there is a newer version occasionally. I know lots of folks use this for offline coding as an alternative to the web editor. so I want to make sure that that functionality persists.