0.1.0 • Published 11 months ago

create-contextual-content v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

create-contextual-content

An essential utility to create HTML or SVG content without leaking unnecessary nodes.

import content from 'create-contextual-content';

// HTML
const td = content('<td></td>');

// SVG
const rect = content('<rect />', true);
0.1.0

11 months ago

0.0.0

11 months ago