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.

6 lines (5 loc) 182 B
export declare const FAVORITOS_SHAPES: { CIRCLE: string; RECT: string; }; export declare type IFavoritosShapes = typeof FAVORITOS_SHAPES[keyof typeof FAVORITOS_SHAPES];