dwmkerr / chatgpt-diagrams-extension

A Chrome browser extension that renders diagrams in the ChatGPT website inline.
MIT License
13 stars 3 forks source link

refactor: extract render function #18

Closed dwmkerr closed 1 year ago

dwmkerr commented 1 year ago

This extracts the diagram rendering into its own function and adds a test to ensure the DOM is created as expected.