Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

three-engine

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

three-engine - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

46

package.json
{
"name": "three-engine",
"keywords": ["three-engine", "three.js", "engine", "three", "js", "javascript", "framework", "three", "3d", "virtual-reality", "augmented-reality", "webgl", "webgl2", "webaudio", "webgpu", "webxr", "canvas", "svg", "html5"],
"version": "1.0.2",
"description": "Engine for three.js",
"keywords": [
"three-engine",
"three.js",
"engine",
"three",
"js",
"javascript",
"framework",
"three",
"3d",
"virtual-reality",
"augmented-reality",
"webgl",
"webgl2",
"webaudio",
"webgpu",
"webxr",
"canvas",
"svg",
"html5"
],
"version": "1.0.3",
"description": "Engine/framework for three.js",
"main": "./build/three-engine.min.js",
"type": "module",
"module": "./build/three-engine.module.js",

@@ -28,6 +47,6 @@ "exports": {

"start": "npm run dev",
"dev": "cdir build && webpack build --mode production --env module && webpack-dev-server --mode production --env module",
"explorer": "servez -p 8080 --ssl --hidden --no-index",
"build": "cdir build && webpack build --mode production --env module",
"build-dev": "cdir build && webpack build --mode development --env module",
"dev": "npm run build && npm run explorer",
"explorer": "servez --hidden --no-index",
"example": "http-server . -o /examples/example.html",
"build": "cdir build && webpack build --config webpack.module.prod.js --env min && webpack build --config webpack.module.prod.js --env js && webpack build --config webpack.module.prod.js --env module && webpack build --config webpack.module.prod.js --env cjs",
"lint": "eslint src --ext js",

@@ -41,7 +60,15 @@ "lint-fix": "eslint src --ext js --fix"

"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.0",
"clear-directory": "^1.0.7",
"css-loader": "^6.7.2",
"cssnano": "^5.1.14",
"eslint": "^8.28.0",
"eslint-plugin-react": "^7.31.11",
"html-webpack-plugin": "^5.5.0",
"http-server": "^14.1.1",
"mini-css-extract-plugin": "^2.7.1",
"postcss-loader": "^7.0.1",
"sass": "^1.56.1",
"sass-loader": "^13.2.0",

@@ -53,3 +80,4 @@ "servez": "^1.14.1",

"webpack-cli": "^5.0.0",
"webpack-dev-server": "^4.11.1"
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^5.8.0"
},

@@ -56,0 +84,0 @@ "dependencies": {

5

README.md
<h1 align="center"><b>three-engine</b></h1>
<p align="center">
<img src="https://global.discourse-cdn.com/standard17/uploads/threejs/optimized/2X/e/e4f86d2200d2d35c30f7b1494e96b9595ebc2751_2_1016x1024.png" style="width: 40%;">
<img src="https://global.discourse-cdn.com/standard17/uploads/threejs/optimized/2X/e/e4f86d2200d2d35c30f7b1494e96b9595ebc2751_2_1016x1024.png" style="width: 200px;">
</p>

@@ -16,2 +16,3 @@ <br>

## How to use
import * as THREE from 'three-engine';
import ThreeEngine from 'three-engine';

@@ -44,3 +45,3 @@ new ThreeEngine({

npm install
npm start
npm run example

@@ -47,0 +48,0 @@ ## TODO

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc