three-nebula-types
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

three-nebula-types

npm npm bundle size npm

TypeScript definitions for the three-nebula npm module.

Installation

npm install three-nebula-types

Usage

Easiest use is to copy or cut the file three-nebula-types from node-modules/three-nebula-types to node-modules/@types/three-nebula-types and rename to three-nebula or alternatively change the typeroots of your tsconfig to recognize three-nebula-types

To use the TypeScript definitions for the three-nebula npm module, simply import the types into your TypeScript file:

import * as THREE from 'three'
import { Emitter, Force, Initialize, Zone } from 'three-nebula'
import { WebGLRenderer } from 'three-nebula/examples'

// Your code here...

Ensure that you have already installed the three and three-nebula npm packages.

Documentation

For detailed documentation on how to use the three-nebula module, refer to the official three-nebula GitHub repository.

License

This package is licensed under the MIT License.

Contributing

Contributions are welcome! If you encounter any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request on the GitHub repository: three-nebula-types.

Credits

The three-nebula-types package is maintained by MooNRakeR.

Special thanks to the creators of the three-nebula module for providing the original library.

Support

If you find this package helpful, consider supporting the project by starring the repository on GitHub.

Your support is greatly appreciated!

Related Packages

  • three: The JavaScript 3D library.
  • three-nebula: Particle system library for Three.js.

Changelog

  • 0.0.1 (2023-6-16)
    • Initial alpha release.

Readme

Keywords

Package Sidebar

Install

npm i three-nebula-types

Weekly Downloads

12

Version

1.0.1

License

MIT

Unpacked Size

124 kB

Total Files

123

Last publish

Collaborators

  • moonraker22