Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 264 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 264 Bytes

Reaction

Utility package to process and depict reactions

var reaction1 = Reaction.fromJSON(reactionJSON); // our internal format for reaction representation
reaction.toSVG();

var reaction2 = Reaction.fromRXN(reactionRXN);
reactiontoSVG();