@tjetak/cedric
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

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)

Readme

Keywords

none

Package Sidebar

Install

npm i @tjetak/cedric

Weekly Downloads

2

Version

1.1.1

License

ISC

Unpacked Size

308 kB

Total Files

100

Last publish

Collaborators

  • yongli09
  • hp26
  • tjetak_engineering