Rosey / markdown-draft-js

A tool to convert content created in DraftJS to markdown and vice versa.
https://rosey.github.io/markdown-draft-js/
MIT License
318 stars 70 forks source link

Switch to `Array.from` instead of `slice` #9

Closed Rosey closed 7 years ago

Rosey commented 7 years ago

Switching because of issues with emoji when using slice, https://mathiasbynens.be/notes/javascript-unicode talks about this a bit.