1.0.1 • Published 3 years ago

styled-string-parser v1.0.1

Weekly downloads
21
License
Apache-2.0
Repository
github
Last release
3 years ago

styled-string-parser

License NPM Package Build status Code Coverage

A to and fro parsing utility for styled strings

Install

npm install styled-string-parser

Use

import styledStringParser from 'styled-string-parser'

console.log(styledStringParser('{`World`<a:b|c;d:e/>}')))
/* Output:
* [ { content: 'World', properties: { a: 'c', d: 'e' } } ]
*/

Related

TODO

Acknowledgments

TODO

1.0.1

3 years ago

1.0.0

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago