Skip to content

Instantly share code, notes, and snippets.

@db-inf
db-inf / ged2dot.js
Created February 22, 2022 08:48 — forked from fetsorn/ged2dot.js
Translation of ged2dot.py to JavaScript
// Original code in Python Copyright Miklos Vajna (ged2dot@vmiklos.hu) 2022.
// Translated to JavaScript by Anton Davydov (git@fetsorn.website).
// This file is licensed under the Mozilla Public License, v. 2.0.
// License text available at https://mozilla.org/MPL/2.0/
class Config {
constructor() {
this.input = ""
this.rootfamily = "F4"
this.familydepth = 4