UNPKG

draw-html-to-canvas

Version:

根据html+css规范绘制 网页到canvas

7 lines (6 loc) 192 B
import Element from './element'; import { SupportElementType } from './constants'; export default function parse(html: string): { rootNode: Element; elements: SupportElementType[]; };