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.

7 lines (5 loc) 166 B
export const FAVORITOS_SHAPES = { CIRCLE: 'circle', RECT: 'rectangle', }; export type IFavoritosShapes = typeof FAVORITOS_SHAPES[keyof typeof FAVORITOS_SHAPES];