
Security News
GitHub Actions Checkout Now Blocks Risky pull_request_target Checkouts
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.
three-app-sdk
Advanced tools
3D 通用组件库sdk。
通过 npm 下载安装代码
$ npm i three-app-sdk
通过 yarn 下载安装代码
$ yarn add three-app-sdk
通过 pnpm 下载安装代码
$ pnpm i three-app-sdk
如何使用
//创建一个应用
import { Application } from 'three-app-sdk'
const el: any = document.getElementById('app')
const app = new Application(el, {
enableEffectComposer: true,
hideAxes: false,
hideGrid: false
})
app.start()
docs目录为sdk教程,使用vite运行
examples为例子目录,使用vite运行
FAQs
three-app sdk
The npm package three-app-sdk receives a total of 29 weekly downloads. As such, three-app-sdk popularity was classified as not popular.
We found that three-app-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.