Skip to content

Commit

Permalink
fix for automatic camelCase conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdodo committed Jun 27, 2024
1 parent f35697d commit 1d04591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import "crumbs-design-system";
import init, { generate_tamago } from "../public/pkg/procedural_tamago_sprite";
import init, { generateTamago } from "../public/pkg/procedural_tamago_sprite";

function generateImageFromHexString(buffer, width) {
if (buffer.length % 8 !== 0) {
Expand Down

0 comments on commit 1d04591

Please sign in to comment.