GCMartijn

Results 13 comments of GCMartijn

Well, what I use this folder structure in combination with luaunit. This will help me with two things at the moment. 1. unit test 2. integration test (using the actual...

``` let layerPixelData = await layer.composite() let png = new PNG({ width: layer.width, height: layer.height }) png.data = Buffer.from(layerPixelData); png.pack().pipe(fs.createWriteStream('out.png')) ```

Thanks for the info. 1. I can't use it then, because I need the exact non transparent outline. 2. Going to try to port that one. 3. Don't know exactly...