1.0.6 • Published 2 years ago

matrixjs-core v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago
const fleatted=array.flat();
let i=0;
test.scan(0, 0, x, y, function (_x:number,_y:number, idx:number) {
   
    bitmap.data[idx + 0] = fleatted[i]
    bitmap.data[idx + 1] = fleatted[i]
    bitmap.data[idx + 2] = fleatted[i]
    bitmap.data[idx + 3] = 255
    i++;
   })
test.writeAsync(path);   

}

init();

1.0.6

2 years ago

1.0.53

2 years ago

1.0.51-UPDATE

3 years ago

1.0.52-UPDATE

3 years ago

1.0.5-RELEASED

3 years ago

1.0.5-BETA

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago