Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 657 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 657 Bytes

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.