File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ package-lock.json
35
35
dist /
36
36
build /
37
37
public /
38
- tmp /
38
+ temp /
39
39
resources /
40
40
* .lock
41
41
* .log
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const banner = `/**
21
21
const workers = {
22
22
entryPoints : await glob ( "./src/**/worker.js" ) ,
23
23
outExtension : { ".js" : ".txt" } ,
24
- outdir : "./tmp " ,
24
+ outdir : "./temp " ,
25
25
target : "es2019" ,
26
26
logLevel : "info" ,
27
27
format : "iife" ,
Original file line number Diff line number Diff line change 70
70
"build:js" : " node esbuild" ,
71
71
"build:js:min" : " node esbuild -m" ,
72
72
"build:dts" : " cpy \" types/*\" build/types && cpy \" types/*\" build/types --rename=index.d.cts" ,
73
- "clean" : " del-cli build tmp manual/resources \" manual/assets/**/dist\" public" ,
73
+ "clean" : " del-cli build temp manual/resources \" manual/assets/**/dist\" public" ,
74
74
"copy" : " cpy \" demo/static/**/*\" public/demo" ,
75
75
"deploy" : " run-s copy postcss hugo gzip" ,
76
76
"doc" : " esdoc" ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import {
14
14
15
15
import { LUTOperation } from "../../enums/LUTOperation.js" ;
16
16
import { RawImageData } from "../RawImageData.js" ;
17
- import workerProgram from "../../../tmp /lut/worker.txt" ;
17
+ import workerProgram from "../../../temp /lut/worker.txt" ;
18
18
19
19
const c = /* @__PURE__ */ new Color ( ) ;
20
20
Original file line number Diff line number Diff line change 1
1
import { LoadingManager } from "three" ;
2
2
import { RawImageData } from "../RawImageData.js" ;
3
- import workerProgram from "../../../tmp /smaa/worker.txt" ;
3
+ import workerProgram from "../../../temp /smaa/worker.txt" ;
4
4
5
5
/**
6
6
* Generates the SMAA data images.
You can’t perform that action at this time.
0 commit comments