UNPKG

@threlte/core

Version:

A 3D framework for the web, built on top of Svelte and Three.js

8 lines (7 loc) 240 B
import { REVISION } from 'three'; // REVISION can be '{number}' or '{number}dev' const normalizedRevision = REVISION.replace('dev', ''); /** * The current Three.js revision. */ export const revision = Number.parseInt(normalizedRevision);