UNPKG

favoritos

Version:

Favoritos is a JavaScript plugin that adds some HTML5 canvas magic to your favicon. With just a wee bit of code, we can make some really cool effects.

15 lines (12 loc) 221 B
/** * * favoritos * * @version 1.1.0 * @author Alexey Istomin * @email: webistomin@gmail.com * @license: MIT * **/ var SSR_MESSAGE = 'Favoritos was not initialised! Probably it is used in SSR.'; export { SSR_MESSAGE };