UNPKG

@triedeti/threedigitaltwin

Version:

This is a ThreeDigitalTwin. A starter kit for our IoT Project based on 3D WebGL.

18 lines 356 B
{ "env": { "browser": true, "es6": true }, "extends": "eslint:recommended", "globals": { "Atomics": "readonly", "SharedArrayBuffer": "readonly" }, "parserOptions": { "ecmaVersion": 2018, "sourceType": "module" }, "rules": { "no-console": "off" } }