feat: first draft of everything working single monitor with just mouse commands

This commit is contained in:
Lucas Oskorep
2025-04-18 01:57:29 -04:00
parent 185a8e233c
commit e1e240924a
12 changed files with 545 additions and 376 deletions

View File

@ -1,4 +1,4 @@
// This file is just a wrapper around the compiled TypeScript code
import MyExtensionPreferences from './src/prefs.js';
import MyExtensionPreferences from './src/prefs/prefs.js';
export default MyExtensionPreferences;