dc-js / dc.datatables.js

integration of datatables.js with dc.js
Other
12 stars 10 forks source link

can you create cdn link for this #18

Closed satra2806 closed 3 years ago

satra2806 commented 3 years ago

Hi Please create CDN @gordonwoodhull

gordonwoodhull commented 3 years ago

Hi @satra2806, my understanding is that traditional CDNs are obsolete for JS, and services based on NPM packages and ES6 modules are the way forward.

Accordingly, you can use unpkg.com

https://unpkg.com/dc.datatables/dc.datatables.js

or jsdelivr.net

https://cdn.jsdelivr.net/npm/dc.datatables/dc.datatables.js

Please let me know if this is insufficient.