Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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