New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

three-bg

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

three-bg

基于Threejs的背景组件,目前仅支持8Vue3

latest
npmnpm
Version
0.2.27
Version published
Maintainers
1
Created
Source

快速上手

这就是一个防止我忘记 three.js 咋用的简单组件库,目前主要用于网页背景

仅支持 Vue3

1.安装组件库

npm i three-bg
or
yarn add three-bg

2.引用组件库

//全部引入
import THREEBG from 'three-bg'
vue.use(THREEBG)
//按需引入

import { Background2To3, ModelHere } from 'three-bg'
vue.use(Background2To3).use(ModelHere)

点击参数详情了解更多

Keywords

threejs

FAQs

Package last updated on 24 Apr 2023

Did you know?

Socket

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.

Install

Related posts