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) 233 B
/** * * favoritos * * @version 1.1.0 * @author Alexey Istomin * @email: webistomin@gmail.com * @license: MIT * **/ var DEBUG_NOT_FOUND = "Favoritos: debugger was enabled but debug element wasn't found"; export { DEBUG_NOT_FOUND };