Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
NailxSharipov committed Sep 25, 2024
1 parent b1549d8 commit 1ab95e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/js/overlay/stars.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import init, { Overlay, OverlayGraph, ShapeType, FillRule, OverlayRule} from '../i_shape/ishape_wasm.js';
import init, { Overlay, ShapeType, FillRule, OverlayRule} from '../i_shape/ishape_wasm.js';

const canvas = document.getElementById('starCanvas');
const ctx = canvas.getContext('2d');
Expand Down

0 comments on commit 1ab95e4

Please sign in to comment.