vector3m

A package made to help you write less code or do... other stuff without needing to actually write it

Usage no npm install needed!

<script type="module">
  import vector3m from 'https://cdn.skypack.dev/vector3m';
</script>

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');