Skip to content

Commit

Permalink
Add skins
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienkohlbecker committed Aug 1, 2023
1 parent b63c05c commit 15ddcf0
Show file tree
Hide file tree
Showing 5 changed files with 2,331 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"prepare": "npm-run-all test dist dist.min unpkg unpkg.min",
"coverage": "nyc report -r=text-lcov | coveralls",
"clean": "rm -rf wavedrom.js wavedrom.*.js coverage .nyc_output",
"skins": "for S in default narrow dark lowkey ; do node bin/svg2js.js -i unpacked/skins/$S.svg > skins/$S.js ; done"
"skins": "for S in default narrow dark lowkey narrower narrowerer; do node bin/svg2js.js -i unpacked/skins/$S.svg > skins/$S.js ; done"
},
"keywords": [
"waveform",
Expand Down
3 changes: 3 additions & 0 deletions skins/narrower.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions skins/narrowerer.js

Large diffs are not rendered by default.

Loading

0 comments on commit 15ddcf0

Please sign in to comment.