Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lecepin/threejs-stacked-blocks


https://github.com/lecepin/threejs-stacked-blocks

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# threejs-stacked-blocks

![image](https://github.com/lecepin/threejs-stacked-blocks/assets/11046969/c525b214-f49d-4fd5-b2f8-35f7fb594ca4)

#### Install

```
npm i -S stacked-blocks
```

#### Usage

```
export default function init({ container, onClickBlock, autoRotate, cameraRotationSpeed, }: InitProps): {
addBlock: () => void;
clearBlock: () => void;
};
```