Tom Bigelajzen
Tom Bigelajzen
I'm shocked that no one opened an issue yet! So here's one. Make this repo a bit more contributors friendly and let's make the first normal Hebrew lettering app out...
Last update: Aug 7 2013 **In the past few months both Mozilla and Google made some changes to their browsers that make it almost impossible to do what detect-zoom is...
which breaks all demos.
After implementing some animations passed to us by our designers using the values from the named animations in easings.net we found some differences, after some investigations we discovered that the...
The cubic-bezier() values in the examples here are not aligned with the commonly used values from the original Penner equations and demos: http://robertpenner.com/easing/ https://matthewlein.com/tools/ceaser opened a PR with a fix...
1st - Cartiv looks awesome. Keep on the good work! To be able to use it in non-npm environments (codepen.io for example) you should get a minified version on a...
for example ``` const x = null const y = or(x, chain({})) // === null ``` should return the second argument
When passing a mixed RTL, LTR and Emoji string to `getReorderedString`, if the sentence is processed as `rtl`, and the emoji is right after an LTR block it seems like...