Skip to content

Commit

Permalink
feat(svg): optimize svg files
Browse files Browse the repository at this point in the history
  • Loading branch information
ForkInSpace committed Aug 31, 2020
1 parent 436a993 commit ed52219
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/seb-pictograms/scripts/compress-files.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Using 'imagemin' and its plugin 'imageminSvgo' to optimize and compress svg files
// For more info visit -> https://www.npmjs.com/package/imagemin-svgo

const imagemin = require('imagemin');
const imageminSvgo = require('imagemin-svgo');
const { readdirSync } = require('fs');
Expand Down

0 comments on commit ed52219

Please sign in to comment.