tbtlr / gordon

An open source Flash™ runtime written in pure JavaScript
MIT License
1.8k stars 110 forks source link

NPM #20

Open jcubic opened 6 years ago

jcubic commented 6 years ago

It would be nice to be able to use gordon from https://unpkg.com that serve files from npm. So you can create Demo on codepen.io without the server.

gordon name is taken but you can publish to gordon.js or swf-gordon or something else.

Publish your own NPM package

jcubic commented 6 years ago

It seems that unpkg.com will not work because gordon use web worker, got some error from Codpen but npm is the place for JavaScript libraries so the library should be there.

jcubic commented 6 years ago

I've created a fork and published to npm