Find type of your file in a fast and secure way.
https://my-file-type.vercel.app/
My File Type can be built on Linux and macOS.
For Windows, you may use WSL.
You may use nvm to install node.
npm i -g pnpm
pnpm i# Ubuntu
apt install autoconf automake libtool
# macOS
brew install autoconf automake libtoolhttps://emscripten.org/docs/getting_started/downloads.html
git submodule init
git submodule updatepnpm run native
pnpm run lib
pnpm run wasmpnpm run devpnpm run lint:fixpnpm run checkpnpm run buildpnpm run testpnpm run previewexport LIBRESERVICE_CDN=https://cdn.jsdelivr.net/npm/@libreservice/my-file-type@VERSION/dist/ # optional
vercel build --prod
vercel deploy --prebuilt --prodAGPLv3+