mojibaka

✨ Browser emoji support detection toolkit

MIT License

Downloads
291
Stars
11
Committers
3

Bot releases are visible (Hide)

mojibaka - Mojibaka v1.0.2 🤦🏻‍♀️ Latest Release

Published by ticky over 7 years ago

This version fixes a packaging bug in v1.0.1 thanks to Yarn not ignoring packages in the same way as npm (yarnpkg/yarn#685). As you were.

mojibaka - Mojibaka v1.0.1 📑

Published by ticky over 7 years ago

This is a minor bug fix release.

It uses documentElement rather than body for DOM tests, so those tests can now be run in the context of synchronous head scripts!

mojibaka - Mojibaka v1.0 ✨

Published by ticky over 7 years ago

Mojibaka is stable! Most of the changes since v0.0.1 are test and structure-related, but here we go;

New features:

  • Emoji scale detection! detectScale tells you how big emoji are relative to text

Fixes:

  • Draws emoji to a 64x64 canvas when testing compatibility
  • Fix emoji support detection on Windows 10 Anniversary Edition

Potentially breaking:

  • canDrawCharacter is no longer considered part of the public API
  • Compiled versions of individual functions have moved from /lib to / for more convenient direct import access

Other changes:

  • Mojibaka is now tested with Travis CI
  • devDependencies were updated
mojibaka - Mojibaka v0.0.1

Published by ticky over 7 years ago

  • basic emoji detection functionality
  • no tests 😅 (yet), but linting!