UNPKG

react-svgmt

Version:

Convenient SVG loading and manipulation from react

8 lines (5 loc) 221 B
import SvgLoader from './SvgLoader'; import SvgProxy from './SvgProxy'; // In previous versions SvgLoader was called "Samy". Keep it to avoid breaking stuff const Samy = SvgLoader; export { SvgProxy, SvgLoader, Samy };