Skip to content

Commit

Permalink
Fix blend imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
fdb committed Apr 7, 2023
1 parent 835445f commit 5401804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/img/canvasrenderer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict";

import * as blend from "./blend";
import blend from "./blend";
import process from "./process";
import { transform } from "./util";

Expand Down

0 comments on commit 5401804

Please sign in to comment.