Published
Edited
Aug 30, 2021
3 stars
Insert cell
Insert cell
Insert cell
Insert cell
{
let out = html`<div id="demo"></div>`
yield out;
new jparticles.Particle("#demo")
}
Insert cell
{
let out2 = html`<div id="demo2" style="background-color: black;"></div>`
yield out2;
new jparticles.Snow("#demo2")
}
Insert cell
{
let out3 = html`<div id="demo3"></div>`;
yield out3;
new jparticles.Line('#demo3', {
reservedLines: 12,
// Set the maximum angle to be the same as the minimum angle
maxDegree: 70,
minDegree: 70,
})
}
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