I followed the v2 docs and got here
https://beta.tauri.app/fr/references/v2/js/fs/#readbinaryfile
but it says that it can't find '@tauri-apps/plugin-fs'. I installed Tauri correctly, I added the path to the scope
"fs": {
"readFile": true,
"readDir": true,
"scope": [
"../src/assets/spritesheets/*"
]
}
}```
why is this happening, am I missing something obvious..? Thanks! :)