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.

7 lines (6 loc) 179 B
export * from './components'; export { default as Face } from './Face.svelte'; export * from './utils/constants'; export const getFaceScale = (size) => { return size / 66; };