UNPKG

web3d

Version:

MetaEditor — ReactJS Pixel Streaming library, helps integrate Unreal Engine v.5 in the browser. Allows you to send commands and get callbacks from the stream server with launched Unreal Engine.

22 lines 313 B
module.exports = { "presets": [ "@babel/preset-react", [ "@babel/preset-env", { "targets": { "node": "current" } } ], [ "minify", { "builtIns": false } ] ], "plugins": [ "@babel/plugin-transform-strict-mode" ] }