Skip to content

erkanunluturk/rollup-plugin-svg-path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rollup-plugin-svg-path

A rollup plugin for converting SVG files to path

taken from the gestalt project

Installation

npm install rollup-plugin-svg-path --save-dev

Usage

// rollup.config.js
import svgPath from 'rollup-plugin-svg-path'

export default {
  plugins:[
    svgPath()
  ]
}