| 109 | |
| 110 | /** Internal helper options. */ |
| 111 | export interface InternalOptions { |
| 112 | /** Random color search attempts after reserved key colors are exhausted. */ |
| 113 | unusedColorIterations?: number; |
| 114 | } |
| 115 | |
| 116 | /** Optimize an SVG string asynchronously. */ |
| 117 | export declare function optimize( |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…