@razorpay/blade
Version:
The Design System that powers Razorpay
29 lines (25 loc) • 621 B
JavaScript
export { RzpGlass as RazorSense } from './RzpGlass.js';
export { preloadRazorSenseAssets } from './utils.js';
/**
* RzpGlass - WebGL Glass Refraction Effect
*
* A React component for rendering a glass refraction shader effect
* with video texture support, colorama, displacement, and more.
*
* @example
* ```tsx
* import { RzpGlass } from '@/components/RzpGlass';
*
* function MyComponent() {
* // Uses default assets (video and gradient maps)
* return (
* <RzpGlass
* width="100%"
* height="100vh"
* />
* );
* }
* ```
*/
// Preset types
//# sourceMappingURL=index.js.map