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.

16 lines (15 loc) 304 B
export interface Paths { defs: string; tongue: string; happy: string; sad: string; bliss1: string; bliss2: string; lovestruck1: string; lovestruck2: string; shocked1: string; shocked2: string; ko1: string; ko2: string; } export declare const paths: Paths;