Skip to content

hirona98/svgomg4gts

 
 

Repository files navigation

SVGOMG! for GTS

SVGOMGの本家 の 2019/9/30 のコミットより、precision 0 だとGTSでSVGが崩れてしまうことがあるため、一時的に前のバージョンを公開するためにフォークしました。

Running locally

Install dependencies:

npm install

Run dev server:

npm run serve

Or, run without the offline capabilities:

npm run serve-no-sw

Running without offline capabilities means you get the latest version each time you hit refresh. The dist offline-first mobile serves the cached version first then checks for updates in the background.

Packages

No packages published

Languages

  • JavaScript 63.1%
  • CSS 27.4%
  • HTML 9.5%