@signuply/text-parser
v0.0.50
Published
Input:
Downloads
44
Readme
@signuply/text-parser
Input:
We are [signuply](https://signuply.com).
Thank you for reading this.Output:
[
{ type: 'text', value: 'We are ' },
{ type: 'url', name: 'signuply', url: 'https://signuply.com' },
{ type: 'text', value: '.' },
{ type: 'line' },
{ type: 'text', value: 'Thank you for reading this.' },
];