Skip to content
This repository has been archived by the owner on Dec 9, 2021. It is now read-only.

Make watermark for video or image

Notifications You must be signed in to change notification settings

faustienf/electron-watermaker

Repository files navigation

electron-watermaker

Usage

# build assets and run app in production mode
npm start
# build assets and run app in development mode
npm run dev
# build frontend assets
npm run build:frontend
# build app for windowns and linux platforms
npm run build:app
# build all
npm run build
# download ffmpeg binaries
npm run binaries
# run webpack in production mode
npm run wp:prod
# run webpack in development mode
npm run wp:dev
# run app in production mode
npm run app:prod
# run app in development mode
npm run app:dev