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...
Currently, I'm working on a co-system project, which is using to manage customers, products, etc. Although Web Front-end team size is two, using...
Usually use debounce Imagine when we implement some module like autocomplete or click to do something, everywhen user press any single key, we will...