mathiasbynens / jsesc

Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
https://mths.be/jsesc
MIT License
716 stars 48 forks source link

Live example? #36

Closed mcandre closed 7 years ago

mcandre commented 7 years ago

Could we get a Heroku-like example online, for quick copy + paste escaping?

mathiasbynens commented 7 years ago

See the first paragraph of the README. ;)