Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate table of features as an SVG image from a json file #153

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Use an extra div before the generated table in the svg
  • Loading branch information
adamschmideg committed May 20, 2020
commit 6130227dcc70db8fce230f1c14b84695ef3332b1
6 changes: 3 additions & 3 deletions .caps-table/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .caps-table/package.json
Original file line number Diff line number Diff line change
@@ -19,6 +19,6 @@
"homepage": "https://github.com/ethereum/devp2p#readme",
"dependencies": {
"mocha": "^7.1.2",
"pure-svg-table": "^1.0.2"
"pure-svg-table": "^1.0.3"
}
}
7 changes: 7 additions & 0 deletions .caps-table/styles.css
Original file line number Diff line number Diff line change
@@ -12,3 +12,10 @@ td:not(:first-child) {
text-align: center;
max-width: 30px;
}

/*
* Hack to keep column headers to be stripped off
*/
div {
height: 30px;
}
8 changes: 8 additions & 0 deletions caps/generated-features.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.