UNPKG
dielines
Version:
latest (0.11.4)
0.11.4
0.11.3
0.11.2
0.11.1
0.11.0
0.10.1
0.10.0
0.9.1
0.9.0
0.8.1
0.8.0
0.7.0
0.6.0
Create dielines with pantograph APIs
github.com/sgenoud/pantograph
sgenoud/pantograph
dielines
/
dist
/
examples
/
noGlueTray.d.ts
5 lines
(4 loc)
•
197 B
TypeScript
View Raw
1
2
3
4
5
import
{
Dieline
}
from
'../src/main'
;
export
declare
function
noGlueTray
(
width
:
number
,
height
:
number
,
depth
:
number
, { paperThickness }?: { paperThickness?:
number
|
undefined
; }
):
Dieline
;