secondphantom


  • You can convert `compact number` to `number`. ## Installation ```bash npm i @secondphantom/reverse-number-format ``` ## Basic Usage ```ts const formattedStr = '39.KM' // 1M 1B 1천 1만 ....

    published 0.0.2 5 months ago
  • You can concat videos by ffmpeg ## Install ``` npm i @secondphantom/ffmpeg-fast-concat ``` ## Usage ```ts const ffmpegFastConcat = new FfmpegFastConcat({ tempDir: 'tempDir', });

    published 0.1.3 4 months ago