Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/next-theme/hexo-next-three
JavaScript 3D library for NexT.
https://github.com/next-theme/hexo-next-three
hexo hexo-plugin theme-next
Last synced: 3 months ago
JSON representation
JavaScript 3D library for NexT.
- Host: GitHub
- URL: https://github.com/next-theme/hexo-next-three
- Owner: next-theme
- License: mit
- Created: 2020-05-09T04:33:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T10:03:38.000Z (3 months ago)
- Last Synced: 2024-07-25T11:32:15.904Z (3 months ago)
- Topics: hexo, hexo-plugin, theme-next
- Language: JavaScript
- Homepage: https://github.com/mrdoob/three.js
- Size: 240 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-next - hexo-next-three
README
# Hexo NexT Three
![Theme Version](https://img.shields.io/badge/NexT-v7.3.0+-blue?style=flat-square)
![Package Version](https://img.shields.io/github/package-json/v/next-theme/hexo-next-three?style=flat-square)[JavaScript 3D library](https://github.com/mrdoob/three.js) for NexT.
## Preview
## Install
```bash
npm install next-theme/hexo-next-three
```## Configure
```yaml
# JavaScript 3D library.
# Dependencies: https://github.com/next-theme/hexo-next-three
three:
enable: true
# CDN must use ESM version.
# e.g. https://cdn.jsdelivr.net/npm/three@latest/build/three.module.min.js
cdn:
waves:
enable: false
cdn:
lines:
enable: false
cdn:
sphere:
enable: false
cdn:
```