Emoji Polyfill Devel

This makes the browser support emoji by using native fonts if possible and a fallback if not.

2015-03-17 या दिनांकाला. सर्वात नवीन आवृत्ती पाहा.

लेखक
James Edward Lewis II
रेटिंग
0 0 0
आवृत्ती
1.0.7
बनवली
2015-03-15
अपडेट केली
2015-03-17
आकार
103 KB
License
नाही
यांवर लागू होते:
सर्व संकेतस्थळे

As the URL to the source code makes clear, this is ultimately derived from the Chromoji extension for Google Chrome, although it is now very different: https://github.com/lewisje/Chromoji/tree/userscript

After experimenting with stripping out the functionality of Chromoji to solely support textual emoji, I discovered that I needed none of the power of a Chrome extension to do it, and I ended up stripping out almost all of the code; after that, to make it into a UserScript, I only needed to inject the tiny stylesheet included with the extension, and encode the bundled fonts as data; URIs (Symbola was too big to do this with whole, but maybe if I figure out what to subset I can make it small enough).