feat: Add example with an emit_all event

This commit is contained in:
jojobyte
2022-06-16 00:43:40 -06:00
parent b0052d2da4
commit e54755fec5
18 changed files with 4624 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "emit-event",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"tauri": "tauri"
},
"author": "",
"license": "MIT",
"dependencies": {
"@tauri-apps/api": "1.0.0"
},
"devDependencies": {
"@tauri-apps/cli": "1.0.0"
}
}