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) 281 B
/** * * favoritos * * @version 1.1.0 * @author Alexey Istomin * @email: webistomin@gmail.com * @license: MIT * **/ var ICON_NOT_FOUND = "Favoritos: favicon element wasn't found \n Please, add <link rel=\"shortcut icon\" href=\"...\"> to head section"; export { ICON_NOT_FOUND };