Skip to content

Commit 2eebe4d

Browse files
author
Affolter Matias
committed
Module description
1 parent 2030cb7 commit 2eebe4d

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

‎src/js/pages/Pixel.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1380,7 +1380,7 @@ class Pixel extends React.PureComponent {
13801380
bitmap_to_imagedata(bitmap_input, resize_original_to, (imagedata) => {
13811381

13821382
bitmap_input = null;
1383-
JSLoader( () => import("../utils/quanti_mat")).then(({quanti_mat}) => {
1383+
JSLoader( () => import("../utils/quantimat/quanti_mat")).then(({quanti_mat}) => {
13841384

13851385
if(_import_colorize === "1") {
13861386

26.4 KB
Loading
File renamed without changes.

‎src/js/utils/simdope/readme.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ var isok = colors.get_element(4).r + colors.get_element(4).g + colors.get_elemen
1818
console.log(isok)
1919
```
2020

21-
... Look at the code it is FASTER THAN YOU MAY THINK
21+
INSPIRED BY https://tc39.es/ecmascript_simd/

0 commit comments

Comments
 (0)