observablehq / stdlib

The Observable standard library.
https://observablehq.com/@observablehq/standard-library
ISC License
970 stars 83 forks source link

How to import? #396

Closed joshuahhh closed 3 weeks ago

joshuahhh commented 3 weeks ago

I'm a bit confused about how to import this library from NPM and use it. It appears that it only exports https://github.com/observablehq/stdlib/blob/main/src/index.js, which only exports a random handful of functions, not the whole range described in the README. How can I get at the other bits described in the README? (Thanks in advance for any help!)