JSPM

@extrusionsim/client

1.0.22
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8
  • Score
    100M100P100Q48740F
  • License MIT

Official TypeScript/JavaScript client library for EIS Simulation API

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

npm version TypeScript License: MIT

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/client

API Reference

See docs.extrusionsim.com for complete API reference documentation.

Support

License

This project is licensed under the MIT License - see the LICENSE file for details.

Changelog

v1.0.22

  • Powder Coated Max. Exit Temperature variaton added to surfaces.

v1.0.21

  • Die suggestions updated.

v1.0.20

  • Integrated die suggestions.

v1.0.18

  • Integrated precut billet length calculation.

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.