#javascript
Read more stories on Hashnode
Articles with this tag
For myself, I'm using this function async function readDataFromExcel(file: File): Promise<any[]> { return new Promise((resolve, reject) => { ...
The images can have 8 orientation types like the image below and we have reset its orientation, I mean to convert to be like the first image. First,...
hey, have you been generated and printed a pdf file in javascript? I found some libraries which support both client and server side. I tried to use...