clamsproject / mmif-visualizer

A web site to visualize MultiMedia Interchange Format json
Apache License 2.0
2 stars 1 forks source link

Migrate from function-based to class-based rendering #40

Closed haydenmccormick closed 2 months ago

haydenmccormick commented 2 months ago

This PR adjusts the method of rendering from function-based (i.e. call the "tree" function to render a tree) to a more object-oriented class based system. This has a couple benefits: