scf4 / callbaxx

[Satire]🔥 JS utility library to bring classic callback style programming to synchronous code — ES6? More like ES Sucks.
MIT License
9 stars 1 forks source link

is there a CDN version? #9

Open cekvenich opened 5 years ago

cekvenich commented 5 years ago

Can I use in browser from CDN?

scf4 commented 5 years ago

Unfortunately there isn't yet. Hopefully someone can submit a PR soon, as this is quite important!

Amoki commented 5 years ago

You can use https://unpkg.com.

e.g. https://unpkg.com/callbaxx@0.3.0/index.js

scf4 commented 5 years ago

@Amoki Unfortunately that won't work as the library needs to support UMD.