threepipe
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

script.ts 118B

1234567
  1. import {_testFinish, _testStart, ThreeViewer} from 'threepipe'
  2. _testStart()
  3. console.log(ThreeViewer)
  4. _testFinish()