Other frameworks quick start guide
You can integrate vite-awesome-svg-loader with any framework by using vite-awesome-svg-loader/integration-utils
package. It provides two main functions:
- onSrcUpdate - should be called when component is mounted, or source code is updated
- onUnmount - should be called when component is unmounted
Knowing that, use any existing integration as an example:
To help vite-awesome-svg-loader grow, please submit your integration via pull request or just create an issue
and provide the source code if you don’t have time or don’t want to deal with this project’s development process.