forked from denoland/dotland
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeps.ts
15 lines (14 loc) · 727 Bytes
/
deps.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export * from "https://raw.githubusercontent.com/lucacasonato/fresh/04a32f34987fbd59ce646967f216b2cca072a58f/runtime.ts";
export { default as twas } from "https://esm.sh/[email protected]";
export { create } from "https://esm.sh/[email protected]";
export { css } from "https://esm.sh/[email protected]/css";
export {
apply,
shim,
theme,
virtualSheet,
} from "https://esm.sh/[email protected]/shim/server";
export { default as Prism } from "https://esm.sh/[email protected]";
export { escape as htmlEscape } from "https://esm.sh/[email protected]";
export { render as gfm } from "https://raw.githubusercontent.com/crowlKats/deno-gfm/e1003cd3bb92f04bce8228eadb4a974ceb6fe260/mod.ts";
export { emojify } from "https://deno.land/x/[email protected]/mod.ts";