mfx
Version:
In-browser video editing toolkit, with effects accelerated by WebGL
12 lines (11 loc) • 410 B
JavaScript
import React from 'react';
// Import the original mapper
import MDXComponents from '@theme-original/MDXComponents';
import { Icon } from '@iconify/react'; // Import the entire Iconify library.
import Playground from '../components/Playground';
export default {
// Re-use the default mapping
...MDXComponents,
Playground,
IIcon: Icon, // Make the iconify Icon component available in MDX as <icon />.
};