Add version string
This commit is contained in:
parent
068eff5d13
commit
9d22805fb0
4 changed files with 11 additions and 1 deletions
|
|
@ -46,6 +46,8 @@ export const getUniversalRenderingContext = (
|
|||
|
||||
result.insights = {
|
||||
isWebGL2: result.isWebGL2,
|
||||
// @ts-ignore: injected by webpack
|
||||
sdf2dVersion: __VERSION__,
|
||||
extensions: {},
|
||||
renderPasses: {
|
||||
distance: {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue