Skip to content

Commit

Permalink
Update how colorjs is loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
RickCogley committed Nov 30, 2024
1 parent 47defc0 commit 2d4c13c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
25 changes: 24 additions & 1 deletion deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion plugins.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import "lume/types.ts";
import Color from "https://colorjs.io/dist/color.js";
// import Color from "https://colorjs.io/dist/color.js";
import Color from "npm:colorjs.io";
import simpleIcons from "https://deno.land/x/lume_icon_plugins@v0.1.1/simpleicons.ts";
import basePath from "lume/plugins/base_path.ts";
import favicon from "lume/plugins/favicon.ts";
Expand Down

0 comments on commit 2d4c13c

Please sign in to comment.