Skip to main content
Deno 2 is finally here 🎉️
Learn more

d3_4_deno

A simple transformation of d3 for use within a deno workflow

Manage your external dependencies with care.

The following tsconfig.json may come in handy if your running into type errors:

{
  "compilerOptions": {
    "lib": ["DOM", "ESNext"]
  }
}

The repo is made by running the main.ts script and tested via running:

deno run -c ./tsconfig.json [d3/mod.js or src/mod.js]

You’re welcome to create an issue or PR should the need arise :)