Results 3 issues of Samuel

### What are you trying to achieve? conversion of gif to webp. sample image - https://res.cloudinary.com/olumorinsamuel/image/upload/v1706112890/sample-gif_aih0ge.gif With 1007 frames in this GIF, I encounter a memory issue when attempting to...

question

my samconfig.toml contains some environment variables used during deployment. for example `parameter_overrides = "VipsDiscThreshold=\"16g\"` and other sensitive details. is there a way to safely pass these parameters during build without...

enhancement
contributions welcome

Is there a way to get the position of a text in a pdf? ``` const pdfDoc = new Recipe('./demo_123.pdf', "output.pdf"); pdfDoc .editPage(1) .text("Add some texts to an existing pdf...