diff --git a/build/tools/copy.js b/build/tools/copy.js index 65a935f1..c2b7f7bc 100644 --- a/build/tools/copy.js +++ b/build/tools/copy.js @@ -9,7 +9,6 @@ copyAndWatch( { src: 'sample/**/*', dst: 'out' }, { src: 'samples/**/*', dst: 'out' }, { src: 'shaders/**/*', dst: 'out' }, - { src: 'third_party/**/*', dst: 'out' }, { src: 'index.html', dst: 'out' }, ], { watch } diff --git a/sample/alphaToCoverage/index.html b/sample/alphaToCoverage/index.html index cbd174f3..2839973c 100644 --- a/sample/alphaToCoverage/index.html +++ b/sample/alphaToCoverage/index.html @@ -19,13 +19,6 @@ height: min(100vw, 100vh); display: block; } - #imggif { - position: fixed; - right: 0; - bottom: 0; - width: min(20vw, 20vh); - height: min(20vw, 20vh); - } @@ -33,6 +26,5 @@
-