@changerawr/markdown 1.0.0 → 1.0.2

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/dist/index.mjs CHANGED
@@ -1940,19 +1940,6 @@ function renderCumToTailwind(markdown3) {
1940
1940
  function renderCumToJson(markdown3) {
1941
1941
  return parseCum(markdown3);
1942
1942
  }
1943
- if (typeof window !== "undefined") {
1944
- window.ChangerawrMarkdown = {
1945
- renderCum,
1946
- parseCum,
1947
- createCumEngine,
1948
- renderCumToHtml,
1949
- renderCumToTailwind,
1950
- renderCumToJson,
1951
- // Legacy aliases
1952
- render: renderCum,
1953
- parse: parseCum
1954
- };
1955
- }
1956
1943
 
1957
1944
  // src/index.ts
1958
1945
  function createEngine(config) {