]> zoso.dev Git - libnemo.git/commitdiff
Fix default export const to separate this class from original Pow class.
authorChris Duncan <chris@zoso.dev>
Thu, 2 Jan 2025 17:23:04 +0000 (09:23 -0800)
committerChris Duncan <chris@zoso.dev>
Thu, 2 Jan 2025 17:23:04 +0000 (09:23 -0800)
src/lib/workers/powgpu.ts

index 69759ab99a9fc75bb0d7af4521b8ed911a13a26e..71bca0e9bd758caf678bcd5483af12f02b3184f6 100644 (file)
@@ -372,5 +372,5 @@ export class PowGpu extends WorkerInterface {
 
 export default `
        const WorkerInterface = ${WorkerInterface}
-       const Pow = ${PowGpu}
+       const PowGpu = ${PowGpu}
 `