Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 377 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 377 Bytes

Gedcom to HTML Canevas or SVG using no more than vanilla JS

[Experimental] Allow you to process your own Gedcom file to render an ascendant graph with nothing more than vanilla JS.

See more on our live demo on GitHub Pages.

To install :

  • npm install
  • npm run build
  • npm run start (will start a webserver on port 9000)