|
| 1 | +/* eslint-disable lines-around-comment, import/order, id-length -- otherwise it's going to be a mess */ |
| 2 | + |
| 3 | +// @ts-expect-error -- need the query parameters |
1 | 4 | import indeterminateClusters from '$lib/assets/images/indeterminate-clusters.png?width=1200' |
| 5 | +// @ts-expect-error -- need the query parameters |
2 | 6 | import indeterminateClustersWebp from '$lib/assets/images/indeterminate-clusters.png?webp&width=1200' |
| 7 | +// @ts-expect-error -- need the query parameters |
3 | 8 | import indeterminateClustersAvif from '$lib/assets/images/indeterminate-clusters.png?avif&width=1200' |
| 9 | +// @ts-expect-error -- need the query parameters |
4 | 10 | import jeteHarmonic from '$lib/assets/images/jete-harmonic.png?width=1200' |
| 11 | +// @ts-expect-error -- need the query parameters |
5 | 12 | import jeteHarmonicWebp from '$lib/assets/images/jete-harmonic.png?webp&width=1200' |
| 13 | +// @ts-expect-error -- need the query parameters |
6 | 14 | import jeteHarmonicAvif from '$lib/assets/images/jete-harmonic.png?avif&width=1200' |
| 15 | +// @ts-expect-error -- need the query parameters |
7 | 16 | import hairpinsBefore from '$lib/assets/images/hairpins-before.png?width=1200' |
| 17 | +// @ts-expect-error -- need the query parameters |
8 | 18 | import hairpinsBeforeWebp from '$lib/assets/images/hairpins-before.png?webp&width=1200' |
| 19 | +// @ts-expect-error -- need the query parameters |
9 | 20 | import hairpinsBeforeAvif from '$lib/assets/images/hairpins-before.png?avif&width=1200' |
| 21 | +// @ts-expect-error -- need the query parameters |
10 | 22 | import hairpinsAfter from '$lib/assets/images/hairpins-after.png?width=1200' |
| 23 | +// @ts-expect-error -- need the query parameters |
11 | 24 | import hairpinsAfterWebp from '$lib/assets/images/hairpins-after.png?webp&width=1200' |
| 25 | +// @ts-expect-error -- need the query parameters |
12 | 26 | import hairpinsAfterAvif from '$lib/assets/images/hairpins-after.png?avif&width=1200' |
| 27 | +// @ts-expect-error -- need the query parameters |
13 | 28 | import tempoRestBefore from '$lib/assets/images/tempo-multimeasure-rest-before.png?width=1200' |
| 29 | +// @ts-expect-error -- need the query parameters |
14 | 30 | import tempoRestBeforeWebp from '$lib/assets/images/tempo-multimeasure-rest-before.png?webp&width=1200' |
| 31 | +// @ts-expect-error -- need the query parameters |
15 | 32 | import tempoRestBeforeAvif from '$lib/assets/images/tempo-multimeasure-rest-before.png?avif&width=1200' |
| 33 | +// @ts-expect-error -- need the query parameters |
16 | 34 | import tempoRestAfter from '$lib/assets/images/tempo-multimeasure-rest-after.png?width=1200' |
| 35 | +// @ts-expect-error -- need the query parameters |
17 | 36 | import tempoRestAfterWebp from '$lib/assets/images/tempo-multimeasure-rest-after.png?webp&width=1200' |
| 37 | +// @ts-expect-error -- need the query parameters |
18 | 38 | import tempoRestAfterAvif from '$lib/assets/images/tempo-multimeasure-rest-after.png?avif&width=1200' |
| 39 | +// @ts-expect-error -- need the query parameters |
19 | 40 | import measureNumberBefore from '$lib/assets/images/measure-number-before.png?width=1200' |
| 41 | +// @ts-expect-error -- need the query parameters |
20 | 42 | import measureNumberBeforeWebp from '$lib/assets/images/measure-number-before.png?webp&width=1200' |
| 43 | +// @ts-expect-error -- need the query parameters |
21 | 44 | import measureNumberBeforeAvif from '$lib/assets/images/measure-number-before.png?avif&width=1200' |
| 45 | +// @ts-expect-error -- need the query parameters |
22 | 46 | import measureNumberAfter from '$lib/assets/images/measure-number-after.png?width=1200' |
| 47 | +// @ts-expect-error -- need the query parameters |
23 | 48 | import measureNumberAfterWebp from '$lib/assets/images/measure-number-after.png?webp&width=1200' |
| 49 | +// @ts-expect-error -- need the query parameters |
24 | 50 | import measureNumberAfterAvif from '$lib/assets/images/measure-number-after.png?avif&width=1200' |
| 51 | +// @ts-expect-error -- need the query parameters |
25 | 52 | import duplicateArticulationBefore from '$lib/assets/images/duplicate-articulation-before.png?width=1200' |
| 53 | +// @ts-expect-error -- need the query parameters |
26 | 54 | import duplicateArticulationBeforeWebp from '$lib/assets/images/duplicate-articulation-before.png?webp&width=1200' |
| 55 | +// @ts-expect-error -- need the query parameters |
27 | 56 | import duplicateArticulationBeforeAvif from '$lib/assets/images/duplicate-articulation-before.png?avif&width=1200' |
| 57 | +// @ts-expect-error -- need the query parameters |
28 | 58 | import duplicateArticulationAfter from '$lib/assets/images/duplicate-articulation-after.png?width=1200' |
| 59 | +// @ts-expect-error -- need the query parameters |
29 | 60 | import duplicateArticulationAfterWebp from '$lib/assets/images/duplicate-articulation-after.png?webp&width=1200' |
| 61 | +// @ts-expect-error -- need the query parameters |
30 | 62 | import duplicateArticulationAfterAvif from '$lib/assets/images/duplicate-articulation-after.png?avif&width=1200' |
31 | 63 |
|
32 | 64 | export const images = { |
|
0 commit comments