JSFiddle - React, Tailwind, and code Playground
by Cody Bennett
JavaScript
import * as THREE from 'https://unpkg.com/three/build/three.module.js';
console.log(new THREE.Vector3().addScalar('10').toArray().shift() - 1 === 9)
by Cody Bennett
import * as THREE from 'https://unpkg.com/three/build/three.module.js';
console.log(new THREE.Vector3().addScalar('10').toArray().shift() - 1 === 9)