README
Vector3M
Vector3 it's a package made for discord.js mainly, but it can be used in other things too, it is open source and if you would like to help it's development, be sure to join our Discord Server and message me!
Installation
- To install it in your project, first, you have to make the package.json file (pretty obvious)
- After you've done that use
npm install vector3m
Requiring in the project
- Because this module needs Node.js you will have to require it, not import it.
const vector3m = require('vector3m');