This package has been deprecated

Author message:

cw-attrconv is now cw-htmlconv

cw-attrconv

0.2.0 • Public • Published

cw-attrconv

Converter for HTML attributes.

Example

See ./test/main-spec.es6.

For Browser

<script src="./cw-attrconv.js"></script>
var conv = cwAttrconv.default;
conv('<p>HTML</p>', {pattern: 'substr'}).then(function(result) {
  //
});

TODO

  • Documentation

Author

Package Sidebar

Install

npm i cw-attrconv

Weekly Downloads

0

Version

0.2.0

License

MIT

Last publish

Collaborators

  • crescware