|
| 1 | +import indeterminateClusters from '$lib/assets/images/indeterminate-clusters.png?width=1200' |
| 2 | +import indeterminateClustersWebp from '$lib/assets/images/indeterminate-clusters.png?webp&width=1200' |
| 3 | +import indeterminateClustersAvif from '$lib/assets/images/indeterminate-clusters.png?avif&width=1200' |
| 4 | +import jeteHarmonic from '$lib/assets/images/jete-harmonic.png?width=1200' |
| 5 | +import jeteHarmonicWebp from '$lib/assets/images/jete-harmonic.png?webp&width=1200' |
| 6 | +import jeteHarmonicAvif from '$lib/assets/images/jete-harmonic.png?avif&width=1200' |
| 7 | +import hairpinsBefore from '$lib/assets/images/hairpins-before.png?width=1200' |
| 8 | +import hairpinsBeforeWebp from '$lib/assets/images/hairpins-before.png?webp&width=1200' |
| 9 | +import hairpinsBeforeAvif from '$lib/assets/images/hairpins-before.png?avif&width=1200' |
| 10 | +import hairpinsAfter from '$lib/assets/images/hairpins-after.png?width=1200' |
| 11 | +import hairpinsAfterWebp from '$lib/assets/images/hairpins-after.png?webp&width=1200' |
| 12 | +import hairpinsAfterAvif from '$lib/assets/images/hairpins-after.png?avif&width=1200' |
| 13 | +import tempoRestBefore from '$lib/assets/images/tempo-multimeasure-rest-before.png?width=1200' |
| 14 | +import tempoRestBeforeWebp from '$lib/assets/images/tempo-multimeasure-rest-before.png?webp&width=1200' |
| 15 | +import tempoRestBeforeAvif from '$lib/assets/images/tempo-multimeasure-rest-before.png?avif&width=1200' |
| 16 | +import tempoRestAfter from '$lib/assets/images/tempo-multimeasure-rest-after.png?width=1200' |
| 17 | +import tempoRestAfterWebp from '$lib/assets/images/tempo-multimeasure-rest-after.png?webp&width=1200' |
| 18 | +import tempoRestAfterAvif from '$lib/assets/images/tempo-multimeasure-rest-after.png?avif&width=1200' |
| 19 | +import measureNumberBefore from '$lib/assets/images/measure-number-before.png?width=1200' |
| 20 | +import measureNumberBeforeWebp from '$lib/assets/images/measure-number-before.png?webp&width=1200' |
| 21 | +import measureNumberBeforeAvif from '$lib/assets/images/measure-number-before.png?avif&width=1200' |
| 22 | +import measureNumberAfter from '$lib/assets/images/measure-number-after.png?width=1200' |
| 23 | +import measureNumberAfterWebp from '$lib/assets/images/measure-number-after.png?webp&width=1200' |
| 24 | +import measureNumberAfterAvif from '$lib/assets/images/measure-number-after.png?avif&width=1200' |
| 25 | +import duplicateArticulationBefore from '$lib/assets/images/duplicate-articulation-before.png?width=1200' |
| 26 | +import duplicateArticulationBeforeWebp from '$lib/assets/images/duplicate-articulation-before.png?webp&width=1200' |
| 27 | +import duplicateArticulationBeforeAvif from '$lib/assets/images/duplicate-articulation-before.png?avif&width=1200' |
| 28 | +import duplicateArticulationAfter from '$lib/assets/images/duplicate-articulation-after.png?width=1200' |
| 29 | +import duplicateArticulationAfterWebp from '$lib/assets/images/duplicate-articulation-after.png?webp&width=1200' |
| 30 | +import duplicateArticulationAfterAvif from '$lib/assets/images/duplicate-articulation-after.png?avif&width=1200' |
| 31 | + |
| 32 | +export const images = { |
| 33 | + indeterminateClusters: { |
| 34 | + png: indeterminateClusters, |
| 35 | + webp: indeterminateClustersWebp, |
| 36 | + avif: indeterminateClustersAvif, |
| 37 | + }, |
| 38 | + jeteHarmonic: { |
| 39 | + png: jeteHarmonic, |
| 40 | + webp: jeteHarmonicWebp, |
| 41 | + avif: jeteHarmonicAvif, |
| 42 | + }, |
| 43 | + hairpinsBefore: { |
| 44 | + png: hairpinsBefore, |
| 45 | + webp: hairpinsBeforeWebp, |
| 46 | + avif: hairpinsBeforeAvif, |
| 47 | + }, |
| 48 | + hairpinsAfter: { |
| 49 | + png: hairpinsAfter, |
| 50 | + webp: hairpinsAfterWebp, |
| 51 | + avif: hairpinsAfterAvif, |
| 52 | + }, |
| 53 | + tempoRestBefore: { |
| 54 | + png: tempoRestBefore, |
| 55 | + webp: tempoRestBeforeWebp, |
| 56 | + avif: tempoRestBeforeAvif, |
| 57 | + }, |
| 58 | + tempoRestAfter: { |
| 59 | + png: tempoRestAfter, |
| 60 | + webp: tempoRestAfterWebp, |
| 61 | + avif: tempoRestAfterAvif, |
| 62 | + }, |
| 63 | + measureNumberBefore: { |
| 64 | + png: measureNumberBefore, |
| 65 | + webp: measureNumberBeforeWebp, |
| 66 | + avif: measureNumberBeforeAvif, |
| 67 | + }, |
| 68 | + measureNumberAfter: { |
| 69 | + png: measureNumberAfter, |
| 70 | + webp: measureNumberAfterWebp, |
| 71 | + avif: measureNumberAfterAvif, |
| 72 | + }, |
| 73 | + duplicateArticulationBefore: { |
| 74 | + png: duplicateArticulationBefore, |
| 75 | + webp: duplicateArticulationBeforeWebp, |
| 76 | + avif: duplicateArticulationBeforeAvif, |
| 77 | + }, |
| 78 | + duplicateArticulationAfter: { |
| 79 | + png: duplicateArticulationAfter, |
| 80 | + webp: duplicateArticulationAfterWebp, |
| 81 | + avif: duplicateArticulationAfterAvif, |
| 82 | + }, |
| 83 | +} as const |
| 84 | + |
| 85 | +export type ImageSource = keyof typeof images |
0 commit comments