From 014312f9d83cc8c905df8748267be9eb1699a146 Mon Sep 17 00:00:00 2001 From: Commander <45269106+Commander07@users.noreply.github.com> Date: Tue, 29 Oct 2024 22:14:50 +0100 Subject: [PATCH] Create main.lua By having a `main.lua` the script can be cloned into the mpv scripts directory and be loaded just fine. This allows for easy updating. --- main.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 main.lua diff --git a/main.lua b/main.lua new file mode 100644 index 0000000..1725a94 --- /dev/null +++ b/main.lua @@ -0,0 +1 @@ +require('dynamic-crop')