UNPKG

svg-fns

Version:

Lightweight, tree-shakeable utilities for working with SVGs. Modular design inspired by date-fns — import only what you need.

11 lines (10 loc) 316 B
export * from '@svg-fns/info'; export * from '@svg-fns/io'; export * from '@svg-fns/layout'; export * from '@svg-fns/math'; export * from '@svg-fns/svg2img'; export * from '@svg-fns/types'; export * from '@svg-fns/utils'; import '@svg-fns/info/server'; import '@svg-fns/io/server'; import '@svg-fns/svg2img/server';