License
Aspose.3D FOSS for TypeScript is released under the MIT License. You can use it freely in commercial products, open-source projects, internal tools, and research, at no cost and with no usage restrictions.
What the MIT License Means for You
- Free for commercial use: Ship it in proprietary products without royalties or fees.
- Free for open-source use: Include it as a dependency in GPL, Apache, MIT, or any other open-source project.
- Free for internal use: Use it in enterprise automation, CI pipelines, and internal tooling.
- No API key required: There is no license file to install, no metered billing, and no activation step.
- No evaluation watermarks: The library behaves identically in all environments.
Where to Find the License
The full license text is included with the package in two places:
Inside the npm package: after running
npm install @aspose/3d, theLICENSEfile is at:node_modules/@aspose/3d/LICENSEGitHub repository: the canonical license file is in the root of the repository:
https://github.com/aspose-3d/Aspose.3D-for-Node.js-via-Java/blob/main/LICENSE
MIT License Text
MIT License
Copyright (c) Aspose Pty Ltd
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.Summary
| Question | Answer |
|---|---|
| License type | MIT |
| License file required? | No |
| API key required? | No |
| Metered billing? | No |
| Commercial use allowed? | Yes |
| Redistribution allowed? | Yes, with copyright notice |
| Source disclosure required? | No |
Next Steps
- Installation: install the package and configure TypeScript.
- Developer Guide: start building 3D processing scripts.