@arach/arc 0.8.0 → 0.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/lib/{MarkupPanel--EYuvzz7.js → MarkupPanel-Cj5CBxZm.js} +1 -1
- package/lib/arc.es.js +1 -1
- package/lib/arc.umd.js +92 -92
- package/lib/{index-jV-38nBI.js → index-BQwFdXh6.js} +1 -1
- package/lib/{index-Cv2FalAd.js → index-HRf_R0nb.js} +9662 -9649
- package/lib/index.d.ts +2 -0
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -333,6 +333,8 @@ export declare interface DiagramConfig {
|
|
|
333
333
|
theme: 'dark' | 'light';
|
|
334
334
|
/** Render style: shaded solids, or a technical line-art plate. */
|
|
335
335
|
style?: IsoStyleId;
|
|
336
|
+
/** Flat mineral inks and deterministic stipple; defaults to the existing material. */
|
|
337
|
+
material?: 'standard' | 'retro-print';
|
|
336
338
|
canvas: {
|
|
337
339
|
width: number;
|
|
338
340
|
height: number;
|