UNPKG

kingraph

Version:

Plots family trees using JavaScript and Graphviz

8 lines (6 loc) 111 B
const SYMBOLS = { male: '♂', female: '♀', deceased: '†' }; module.exports = SYMBOLS;