@resource-sentry/reader-svg

1.2.0 • Public • Published

Reader: SVG

Recursively walks through file-system and builds optimized SVG snippets ready to be injected in HTML.

Version Dependencies

Installation

yarn add --dev @resource-sentry/reader-svg

Configuration

  • entry, path to a directory with SVG files.

Example

-- [images]
---- logo.svg
---- header.svg
---- [media]
------ play.svg
------ stop.svg

SVG files will be optimized and added into rs.js file ready for use in production code.

import Rs from './rs';

Rs.getResource(Rs.Graphic.LOGO); // Returns XML code for the "logo.svg" asset
Rs.getResource(Rs.Graphic.MEDIA_STOP); // Returns XML code for the "stop.svg" asset

Package Sidebar

Install

npm i @resource-sentry/reader-svg

Weekly Downloads

4

Version

1.2.0

License

MIT

Unpacked Size

150 kB

Total Files

21

Last publish

Collaborators

  • nicolassiver