Platform
Resources
Pricing
Sign in
Get started
Sylvain Lesage
Software engineer at Hugging Face. Prototyping here with JS, d3, three.js.
Workspace
Fork
Published
2 collections
By
Sylvain Lesage
Edited
Mar 9, 2021
2 forks
Importers
11 stars
2
Inputs
Buttons Timeline
Spring Ruler Timeline
Intervals Timeline
Unbind two synchronized inputs
Input: draw points on image
Toggle input
Video Time Zoom
Points Timeline
Intervals Timeline - SVG
Thumbnails Timeline
Timeline controls
Ruler Timeline
Stack Timeline
Inputs + setter
selectScaleChromatic
Log slider
Input: Draw an arrow on an image
Input: Draw an arrow on a map
Detached video controls
Invisible Capture Area
Pointer trace on image
Pointer trace
Store and Synchronized Views
Input: Two-variables input
Input: move skeleton joints
Input: draw a box on image
Also listed in…
Image
Insert cell
Insert cell
a
Insert cell
viewof
a
=
drawBoxOnImage
(
{
image
:
await
FileAttachment
(
"mona-lisa.jpg"
)
.
image
(
)
,
width
:
width
/
3
,
zoom
:
true
,
padding
:
0
,
value
:
[
{
x
:
38
,
y
:
7
}
,
{
x
:
65
,
y
:
9
}
,
{
x
:
90
,
y
:
91
}
,
{
x
:
1
,
y
:
79
}
]
}
)
Insert cell
viewof
b
=
drawBoxOnImage
(
{
image
:
await
FileAttachment
(
"mona-lisa.jpg"
)
.
image
(
)
,
width
:
width
/
4
,
zoom
:
false
,
padding
:
0.15
,
background
:
false
,
radius
:
12
,
label
:
true
,
value
:
[
{
x
:
0
,
y
:
0
}
,
{
x
:
50
,
y
:
0
}
,
{
x
:
100
,
y
:
50
}
,
{
x
:
100
,
y
:
100
}
,
{
x
:
50
,
y
:
100
}
,
{
x
:
0
,
y
:
50
}
]
}
)
Insert cell
viewof
c
=
drawBoxOnImage
(
{
image
:
await
FileAttachment
(
"mona-lisa.jpg"
)
.
image
(
)
}
)
Insert cell
Insert cell
viewof
d
=
drawBoxOnImage
(
{
image
:
video
,
radius
:
12
,
label
:
i
=>
[
'A'
,
'B'
,
'C'
,
'D'
]
[
i
]
}
)
Insert cell
viewof
e
=
drawBoxOnImage
(
{
image
:
video
,
radius
:
width
/
30
,
value
:
[
{
x
:
50
,
y
:
50
}
]
,
label
:
i
=>
'1 pt'
,
width
:
width
/
4
}
)
Insert cell
viewof
f
=
drawBoxOnImage
(
{
image
:
video
,
radius
:
width
/
30
,
value
:
[
{
x
:
30
,
y
:
50
}
,
{
x
:
70
,
y
:
50
}
]
,
label
:
i
=>
[
'two'
,
'pts'
]
[
i
]
,
width
:
width
/
4
}
)
Insert cell
Insert cell
Insert cell
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.
Try it for free
Learn more
Fork
View
Export
Listed in...
Inputs
Sylvain Lesage
Image
Sylvain Lesage
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
a
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
b
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
c
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
video
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
d
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
e
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
f
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
drawBoxOnImage
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
drag
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
d3
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML