You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey Mark, it looks like the code is obfuscated/shortened in the main monotype.js. This is great for performance, but really painful when debugging or trying to understand what's going on under the hood.
There are many minifiers out there that can take verbose code and turn it into a tiny version, so I'm wondering if you'd be open to providing a non-minified version of monotype along with an auto-generated monotype.min.js distribution for production usage.
I think that would be extremely helpful for this library, and would boost contributions from others by lowering the learning curve.
The text was updated successfully, but these errors were encountered:
Same for me: I wanted to understand what Monotype actually does and how it preserves ranges across edits, but mentally parsing one letter variables is very annoying (so I gave up).
Hey Mark, it looks like the code is obfuscated/shortened in the main
monotype.js
. This is great for performance, but really painful when debugging or trying to understand what's going on under the hood.There are many minifiers out there that can take verbose code and turn it into a tiny version, so I'm wondering if you'd be open to providing a non-minified version of monotype along with an auto-generated
monotype.min.js
distribution for production usage.I think that would be extremely helpful for this library, and would boost contributions from others by lowering the learning curve.
The text was updated successfully, but these errors were encountered: