UNPKG
scratchblocks
Version:
latest (3.6.4)
3.6.4
3.6.3
3.6.2
3.6.1
3.6.0
3.5.2
3.5.1
3.5.0
3.4.0
3.3.3
3.3.2
3.3.1
3.3.0
3.1.2
1.0.1
1.0.0
Make pictures of Scratch blocks from text.
scratchblocks.github.io
scratchblocks/scratchblocks
scratchblocks
/
browser.js
9 lines
(5 loc)
•
178 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
init
from
"./index.js"
const
scratchblocks = (
window
.
scratchblocks
=
init
(
window
))
// add our CSS to the page
scratchblocks.
appendStyles
()
export
default
scratchblocks