UNPKG

svelte-kawaii

Version:

Svelte Kawaii is a Svelte port of React Kawaii, offering cute SVG illustrations to add adorable characters to your Svelte applications. A simple way to bring some cuteness to your UI.

6 lines (5 loc) 248 B
export * from './components'; export { default as Face } from './Face.svelte'; export * from './utils/constants'; export type { KawaiiMood, KawaiiProps, KawaiiFaceProps } from './types'; export declare const getFaceScale: (size: number) => number;