1.0.0 • Published 7 years ago

gerrymandering-demo v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

Gerrymandering tool.

This tool is used to help demonstrate the various ways Gerrymandering can be used to disproportionately represent the wants of voters.

Example of gerrymandering tool

To use the tool npm i -S gerrymandering-demo

And in your HTML file, pull in the javascript file:

`

And on your page where you want the code to show up, add an element with an id of gerrymandering-demo

<div id="gerrymandering-demo"></div>

Optional

If you also want to pull in the css for the file, be sure to pull in the css file that is part of this package.

<link rel="stylesheet" href="/node_modules/GerrymanderingDemo/styles.css">