xou-utils

2.0.0 • Public • Published

XOU-UTILS

A collection of helper-utils for xou.

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

Package Sidebar

Install

npm i xou-utils

Weekly Downloads

2

Version

2.0.0

License

MIT

Unpacked Size

2.55 kB

Total Files

5

Last publish

Collaborators

  • tobihrbr