CEDRIC
The Corrugated printing calculator in Typescript.
Installation
$ npm install @tjetak/cedric
Usage
import cedric from "@tjetak/cedric"
// Set the machines data
cedric.boards = [] // BoardData[]
// Set the print data
cedric.print = {} // PrintData
// Set the finishing data
cedric.finishing = {} // FinishingData
// Run the calculations
cedric.calculate(boards, quantity)