6 packages
axios-tauri-http-adapter
This is an adapter for the tauri plugin http v2. This requires tauri 2.
@dreamingcodes/mobile-payments-api
Init this like any other tauri plugin and this to your kotlin compiler args "-Xskip-metadata-version-check" ```kotlin // src-tauri/gen/android/app/build.gradle.kts kotlinOptions { jvmTarget = "1.8" freeCompilerArgs += "-Xskip-metadata-version-chec
@dreamingcodes/svelte-revealjs
This is a collection of Svelte components that can be used to create presentations using Reveal.js. A lot of component are straight up copied from [Animotion.js](https://github.com/animotionjs/animotion) and adapted to be used as a library for Svelte with
@dreamingcodes/vue-emitter2
#### A Vue.js 3 wrapper for EventEmitter2 ___ # Usage In your entrypoint add: ``` app.use(VueEmitter2, {}//EventEmitter2 options) ``` Then you can use EventEmitter2 like ``` this.$eventemitter2.emit('event', data) //OR const eventemitter2 = inject('eventE
tauri-plugin-admob-api
> For now this is just a copy of [admob-plus](https://github.com/admob-plus/admob-plus) in the future I would like to refactor the code to be more Tauri friendly.
vue-dreaming-pdf