Package Exports
- @extrusionsim/client
- @extrusionsim/client/dist/index.js
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 (@extrusionsim/client) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
EIS API Client
Official TypeScript/JavaScript client library for the EIS Simulation API. This package provides type-safe access to aluminum extrusion simulation calculations with a simple, intuitive interface.
Installation
npm install @extrusionsim/clientAPI Reference
See docs.extrusionsim.com for complete API reference documentation.
Support
- 📧 Email: info@extrusionsim.com
- 📝 Documentation: https://docs.extrusionsim.com
- 🐛 Issues: GitHub Issues
License
This project is licensed under the MIT License - see the LICENSE file for details.
Changelog
v1.0.13
- Integrated shape stability.
- Integrated quenching into simulation: Quenching calculations are now integrated directly into the
calculateSimulation()method. When optional quenching parameters (alloyCoolingRatio,waterCapacityQuenching,airQuenchingCapacity,airLeadOutRunOutTableCapacity,quenchingLength) are provided, the simulation output includes quenching results. - Expanded temper options: Added support for additional temper designations including 'T66', 'T65', 'T64', and 'T54'.
- Fixed type references.
- Improved error messages.