twitter / twitter-text

Twitter Text Libraries. This code is used at Twitter to tokenize and parse text to meet the expectations for what can be used on the platform.
https://developer.twitter.com/en/docs/counting-characters
Apache License 2.0
3.07k stars 510 forks source link

Library is not made for javascript #361

Open skeddles opened 2 years ago

skeddles commented 2 years ago

You say it's a javascript library but that heavily implies it's browser based.

Please change the wording to node.js, as this library does not work in the browser.

Or make it work in the browser like it should (this can be accomplished very easily with browserify and would be very helpful to many people) https://stackoverflow.com/a/69588776/929321