//! Desktop implementation of ThreeView using WebView iframe
use crate::;
use *;
/// A Three.js 3D viewer component for Dioxus Desktop
///
/// Uses a WebView iframe to render the Three.js scene.
/// Supports all features including multiple models, shaders, and animations.