JSPM

@rbxts/module3d

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q36624F
  • License Apache-2.0

A port of TheNexusAvenger's Module3D module.

Package Exports

  • @rbxts/module3d

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@rbxts/module3d) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@rbxts/module3d

NPM

Installation:

npm i @rbxts/module3d

Example Usage

import Module3D from '@rbxts/module3d';

const model3D = new Module3D(new Instance('Part'));
print(model3D.GetCFrame());

Changelog

Unreleased

1.0.1

  • Fixed README.md

1.0.0

  • Published Module3D V6.1 (ViewportFrame implementation)