1.1.2 • Published 10 months ago

b3procore v1.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Box3 Pro Editor (Arena) Core

This is not the offical core and need to run in browser. The script can only be used to help getting the core but not the core itself!

Pro Editor Icon

Using under webpack

yarn add b3procore
or
npm install b3procore

In your script

const {getCore} = require('b3procore')
// After editor start
const core = getCore();

Using under Tampermonkey

Add scipt bellow under your user script description

// require https://unpkg.com/b3procore/dist/ProCore.js

And use getCore() directly

1.1.2

10 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago