Published
Edited
May 28, 2020
1 star
Insert cell
Insert cell
ascii = require("https://bundle.run/rollup-plugin-ascii")
Insert cell
transform = code => ascii().transform(code, "index.js").code
Insert cell
transform(`console.log("Ich ♥ Bücher");`) // non-ascii will be escaped
Insert cell
transform("console.log((x => `Ich ♥ ${x}`)('Bücher'));") // ES6 ♥
Insert cell
transform(`console.log(1**2);`) // ES7 will break
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more