-
Notifications
You must be signed in to change notification settings - Fork 222
Closed
Description
hi, this code doesn't work right now:
var rasterizeHTML = require('rasterizehtml')
var canvas = document.createElement("canvas")
document.body.appendChild(canvas)
rasterizeHTML.drawHTML('Some <span style="color: green">HTML</span>', canvas)
because this package doesn't specify a main field in package.json and also doesn't use the default main of index.js as the main require point for browserify
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels