/svgsprit.es

Public endpoint to generate SVG Sprites using svg-spreact

Primary LanguageTypeScript

svgsprit.es

Public endpoint to generate SVG Sprites using svgsprit.es

SVG Spreact demo

https://svgsprit.es

Endpoint

POST https://svgsprit.es/api/generate

Params

  • input [ required ] string with Icons to create the Sprite
  • tidy [ optional ] boolean (default: true)
  • optimized [ optional ] boolean (default: true)
  • names [ optional ] array use name for each id (defaul: Icon_${n})
  • className [ optional ] string class to add on each <use> element

Related

svg-spreact Main Package

svg-spreact-cli CLI version