@mpv-easy/easy-react
This project is still in its early stages, and API changes occur frequently. It is not recommended to use it in production projects. The goal of this project is to provide out-of-the-box utility functions and UI components for mpv JS scripts. Based on this foundation, UI interfaces for osc, uosc, and potplayer are implemented.
bash
export MPV_CONFIG_DIR=/your_mpv_dir/portable_config && pnpm run dev-copy
`
fish
`fish
set -x MPV_CONFIG_DIR /your_mpv_dir/portable_config ; pnpm run dev-copy
`
powershell
`pwsh
$env:MPV_CONFIG_DIR = "/your_mpv_dir/portable_config"; pnpm run dev-copy
``