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.

9 lines (7 loc) 258 B
export const FAVORITOS_POSITIONS = { TOP_LEFT: 'top-left', TOP_RIGHT: 'top-right', BOTTOM_LEFT: 'bottom-left', BOTTOM_RIGHT: 'bottom-right', } as const; export type IFavoritosPositions = typeof FAVORITOS_POSITIONS[keyof typeof FAVORITOS_POSITIONS];