110.0.0 • Published 1 year ago

@sugi2000/kabairo-api v110.0.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Kabairo API

https://observablehq.com/@sugi2000/kabairo-api@110

View this notebook in your browser by running a web server in this folder. For example:

npx http-server

Or, use the Observable Runtime to import this module directly into your application. To npm install:

npm install @observablehq/runtime@5
npm install https://api.observablehq.com/@sugi2000/kabairo-api@110.tgz?v=3

Then, import your notebook and the runtime as:

import {Runtime, Inspector} from "@observablehq/runtime";
import define from "@sugi2000/kabairo-api";

To log the value of the cell named “foo”:

const runtime = new Runtime();
const main = runtime.module(define);
main.value("foo").then(value => console.log(value));
110.0.0

1 year ago