You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add example Observable notebook to readme, importing via esm.sh
This replaces Skypack, and actually works now. It's possible to
import bundled modules from https://esm.sh, which will also import
any required dependencies (unlike Sypack).
This means that any environment supporting ESM imports, including
Observable notebooks, browsers, and Deno can import `@madatdata/core`
with one line of JS from a bundling CDN, and call it without doing
any dependency management.
Accordingly, restore the Observable example in the readme, replacing
Skypack with esm.sh, and update the notebook:
https://observablehq.com/@milesrichardson/madatdata-esm-splitgraph-client
0 commit comments