@liner-fe/prism 2.6.1 → 2.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/illust.js CHANGED
@@ -127,4 +127,3 @@ var prefetchIllust = /* @__PURE__ */ __name(async ({
127
127
  name,
128
128
  isDark = false
129
129
  }) => await fetch(`${ILLUST}${isDark ? "/dark/" : "/light/"}${name}.webp`), "prefetchIllust");
130
- //# sourceMappingURL=illust.js.map