Published
Edited
Sep 2, 2020
1 star
Also listed in…
Video
Insert cell
Insert cell
video = html`<video controls src='https://justadudewhohacks.github.io/face-api.js/media/bbt.mp4#t=20,30'/>`
Insert cell
video.location
Insert cell
Insert cell
await new Promise(resolve => {
video.addEventListener('loadeddata', () =>
resolve({
start: video.seekable.start(0),
end: video.seekable.end(0),
currentTime: video.currentTime,
duration: video.duration
})
);
})
Insert cell
Insert cell
image = html`<img src="http://placekitten.com/500#xywh=100,100,10,10" />`
Insert cell
Insert cell
Insert cell
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