From 08c39adb9e79d08a38772ad5e666d1aafff53418 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 18 Feb 2021 23:17:41 +0200 Subject: [PATCH] Example: fix syntax error --- examples/test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/test.js b/examples/test.js index e4cc78ca1..0c0cb0eea 100644 --- a/examples/test.js +++ b/examples/test.js @@ -3,8 +3,8 @@ const FS = require('fs'); const PATH = require('path'); const { optimize } = require('../lib/svgo'); -const filepath = PATH.resolve(__dirname, 'test.svg'), -const config { +const filepath = PATH.resolve(__dirname, 'test.svg'); +const config = { plugins: [ 'cleanupAttrs', 'removeDoctype',