UNPKG

scratchblocks

Version:

Make pictures of Scratch blocks from text.

13 lines (9 loc) 291 B
import SVG from "./draw.js" import { LabelView } from "./blocks.js" import style from "./style.js" export function init(window) { SVG.init(window) LabelView.measuring = SVG.makeCanvas().getContext("2d") } export const makeStyle = style.makeStyle export { newView } from "./blocks.js"