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.
8 lines • 353 B
TypeScript
export declare const FAVORITOS_POSITIONS: {
readonly TOP_LEFT: "top-left";
readonly TOP_RIGHT: "top-right";
readonly BOTTOM_LEFT: "bottom-left";
readonly BOTTOM_RIGHT: "bottom-right";
};
export declare type IFavoritosPositions = typeof FAVORITOS_POSITIONS[keyof typeof FAVORITOS_POSITIONS];
//# sourceMappingURL=positions.d.ts.map