@shanzhai/convert-svg-document-to-def-step
TypeScript icon, indicating that this package has built-in type declarations

0.0.12 • Public • Published

@shanzhai/convert-svg-document-to-def-step Continuous Integration License FOSSA Status Renovate enabled npm npm type definitions

A Shanzhai step which converts a SVG document to a def to be embedded in another SVG document.

Usage

This step is unlikely to have any use other than supplying input to CollectSvgDefsStep.

Should a trigger's event handler return the following:

new ConvertSvgDocumentToDefStep(
  new ConstantInput(`<svg><rect width="100" height="220" /></svg>`),
  new OutputOfConvertedDef()
);

It will write something similar to the following to its output:

<rect id="" width="100" height="220" />

If there are multiple elements, a wrapping <g> will be added.

Dependencies

This package has the following runtime dependencies:

Name Version
svgo 2.8.0

Peer Dependencies

This package has no runtime peer dependencies (it does not expect any other packages to be installed alongside itself).

License

FOSSA Status

/@shanzhai/convert-svg-document-to-def-step/

    Package Sidebar

    Install

    npm i @shanzhai/convert-svg-document-to-def-step

    Weekly Downloads

    4

    Version

    0.0.12

    License

    MIT

    Unpacked Size

    7.16 kB

    Total Files

    5

    Last publish

    Collaborators

    • jameswilddev