xou-utils
v2.0.0
Published
Utils for xou
Downloads
8
Maintainers
Readme
Install
$ npm install xou-utils
Usage
const utils = require('xou-utils');
SVG Tags
const svgTags = utils.svgTags;
// => 'svg', 'altGlyph', 'altGlyphDef', 'altGlyphItem', 'animate', ...
Bool Props
const boolProps = utils.boolProps;
// => 'autofocus', 'checked', 'defaultchecked', 'disabled', ...
License
MIT © Tobias Herber