Skip to content

v0.5.0

Compare
Choose a tag to compare
@damianstasik damianstasik released this 30 Jan 23:20
· 70 commits to master since this release
04dabc6
  • Upgraded svgo to v1.0.4 (#13, #16)
  • Removed useless svgo config
  • Refactored compiler code - render function is not using with statement anymore (#18)
  • Changed how imported SVG file path can be retrieved, which helped simplify code a bit (#14)
import TestIcon from 'icons/test.svg';

// This will display an absolute path to the icon above
console.log(TestIcon.toString());