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: about 1 month 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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-27T10:10:38.000Z (3 months ago)
- Last Synced: 2025-03-26T15:54:37.962Z (2 months ago)
- Topics: hexo, hexo-plugin, theme-next
- Language: JavaScript
- Homepage: https://github.com/mrdoob/three.js
- Size: 238 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-next - hexo-next-three
README
# Hexo NexT Three

[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:
```