MCPcopy Create free account
hub / github.com/neplextech/vectorizer / InternalOptions

Interface InternalOptions

js-bindings.d.ts:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109
110/** Internal helper options. */
111export interface InternalOptions {
112 /** Random color search attempts after reserved key colors are exhausted. */
113 unusedColorIterations?: number;
114}
115
116/** Optimize an SVG string asynchronously. */
117export declare function optimize(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…