1.0.3 • Published 1 year ago

@pplancq/svg-core v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@pplancq/svg-core

A functions for asynchronously loading SVG files into the DOM

Install

npm install @pplancq/svg-core

Use on your application

import { getSvg } from '@pplancq/svg-core';

const svg = getSvg('https://my-domain/my-svg.svg');

document.body.appendChild(svg);
1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago