MCPcopy
hub / github.com/ollm/OpenComic / readingImageClip

Function readingImageClip

scripts/reading.js:4338–4353  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4336}
4337
4338function readingImageClip()
4339{
4340 if(readingIsEbook)
4341 {
4342 return {
4343 top: 0,
4344 bottom: 0,
4345 left: 0,
4346 right: 0
4347 };
4348 }
4349 else
4350 {
4351 return _config.readingImageClip;
4352 }
4353}
4354
4355var onLoadCallback = false, onLoadPromise = false, isLoaded = false;
4356

Callers 2

disposeImagesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected