UNPKG

@lueur/avatar

Version:

A TypeScript package to generate customizable SVG user avatars.

4 lines (3 loc) 152 B
import "./polyfill"; export { generateAvatarSvg, generateAvatarDataUri } from "./functions"; export type { AvatarOptions, AvatarShape } from "./types";