(path: string)
| 9 | import {getDocShotMap} from './doc-shots.ts'; |
| 10 | |
| 11 | const normalizePath = (path: string): string => path.replace(/\/+$/, '') || '/'; |
| 12 | const FRAMED_DOC_SHOT_MIN_HEIGHT = 10_000; |
| 13 | const DOC_SHOT_VIEWPORT = {width: 1440, height: 2400}; |
| 14 |
no outgoing calls
no test coverage detected
searching dependent graphs…