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

Function getRatios

scripts/cache.js:124–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122}
123
124function getRatios()
125{
126 return {
127 image: {
128 100: 1.5,
129 150: 1.5,
130 200: 1.5,
131 250: 1.5,
132 300: 1.5,
133 },
134 poster: {
135 100: 1.52083,
136 150: 1.51369,
137 200: 1.51020,
138 250: 1.50813,
139 300: 1.50675,
140 },
141 };
142}
143
144function imageSizeSha(image)
145{

Callers 1

processTheImageQueueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected