oxvg_optimiser 0.0.5

The OXVG optimiser is library for optimising SVG documents.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "type": "module",
  "name": "benches",
  "version": "1.0.0",
  "description": "Criterion benchmarks for SVGO",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "noahbald",
  "license": "MIT",
  "devDependencies": {
    "@folkol/criterion": "^0.0.27"
  },
  "dependencies": {
    "svgo": "^3.3.2"
  }
}