Results 8 comments of Robert Fidler

@AaronLlanos have been playing around with your fork, mostly working but noticing I get `Uncaught TypeError: this.getIsotopeId is not a function` when I try to add periodic elements to my...

+1 on this, not clear what to do here. and seems like any time you're hitting an external API (one of the obvious use-cases for dynamic providers) you're going to...

@thangaraja you could grab the context of the canvas after rendering and use `getImageData` (https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/getImageData)

or if you're going to render the image with an image tag you can use `toDataUrl` https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasElement/toDataURL

^ would love full custom scalar support / happy to contribute as well, I think ideally you would be able to just use GraphQL custom scalar types from graphql-js ([example](https://www.apollographql.com/docs/apollo-server/schema/custom-scalars/#defining-custom-scalar-logic))

ah gotcha, I'll just wait until that merges and refactor then 👍 for my understanding, this means when wrapping most tools you'll need to pay the cost of startup on...

would you rather leave this PR open or close and I'll open a new one later for the redo?