Replies: 1 comment
|
SigmaJS works only on browser with webgl. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I am experiencing an issue where a browser used disabled hardware acceleration. In this scenario, NodeImageProgram (node-image) suffers a crash.
TypeError: Cannot read properties of null (reading 'getParameter')
at createNodeImageProgram (webpack://ember_auto_import/../../node_modules/@sigma/node-image/dist/sigma-node-image.esm.js?:61:99)
My question is, is there a way to force sigmajs to use canvas? I am attempting to use - type: 'canvas' in my render settings.
})
This doesn't seem to make a difference
All reactions