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.

18 lines (15 loc) 214 B
/** * * favoritos * * @version 1.1.0 * @author Alexey Istomin * @email: webistomin@gmail.com * @license: MIT * **/ var FAVORITOS_SHAPES = { CIRCLE: 'circle', RECT: 'rectangle' }; export { FAVORITOS_SHAPES };