dioxus-textfx 0.1.0-alpha.2

Accessible Dioxus text animation components.
Documentation
# dioxus-textfx


Accessible Dioxus text animation components

This crate is part of the Dioxus SSR package workspace. The APIs are pre-1.0 and may change between releases while the package family stabilizes.

## Install


```toml
[dependencies]
dioxus-textfx = "0.1.0-alpha.1"
```

## What It Provides


- Public Rust APIs for the package described above.
- Integration hooks used by the companion core, SSR, and CLI crates where applicable.

Workspace package dependencies:
- `dioxus-native-port`
- `dioxus-textfx-core`

## Feature Flags


- `default`: `web`
- `desktop`: `dioxus/desktop`
- `native`: `dioxus/native`, `dioxus-native-port/native`
- `server`: `dioxus/server`
- `web`: `dioxus/web`, `dioxus-native-port/web`

## License


Licensed under either of:

- MIT license ([LICENSE-MIT]https://github.com/Collin-Budrick/dioxus_template/blob/main/LICENSE-MIT)
- Apache License, Version 2.0 ([LICENSE-APACHE]https://github.com/Collin-Budrick/dioxus_template/blob/main/LICENSE-APACHE)

Repository: <https://github.com/Collin-Budrick/dioxus_template>