{"plugin":{"id":10,"name":"mdx-to-js-loader","icon":"🔄","description":"Enable MDX in your project","longDescription":"# Frame-Master Plugin: MDX to JS Loader\n=====================================\n\n## Overview\n\nThe `frame-master-plugin-mdx-to-js-loader` is a Frame-Master plugin designed to enable support for MDX files. This plugin allows you to import and use `.mdx` files as modules in your application, leveraging the power of `@mdx-js/mdx` to compile MDX to JSX.\n\n## Key Features\n\n*   Enables MDX file support in Frame-Master applications\n*   Compiles MDX to JSX using `@mdx-js/mdx`\n*   Allows importing and using `.mdx` files as modules\n\n## Usage\n\nTo use this plugin, simply install it in your Frame-Master project and configure it according to your needs. With this plugin, you can easily integrate MDX files into your application, taking advantage of the flexibility and expressiveness of MDX syntax.\n\n## Benefits\n\n*   Simplifies the process of working with MDX files in Frame-Master applications\n*   Enables the use of MDX files as modules, making it easier to manage and reuse content\n*   Leverages the capabilities of `@mdx-js/mdx` for robust MDX to JSX compilation","version":"0.1.0","compatibleVersions":"^2.0.0","author":"Justin Halle","ownerId":"c166cdde-5f5c-40e5-a3ff-236652fa88a9","category":"build","tags":["loader","mdx","markdown","jsx"],"published":true,"npmPackage":"frame-master-plugin-mdx-to-js-loader","githubUrl":"https://github.com/shpaw415/frame-master-plugin-mdx-to-js-loader","docsUrl":"","installation":"bun add frame-master-plugin-mdx-to-js-loader","quickStart":"import MarkdownXML from \"./docs.mdx\";\n\n// use as a React JSX element.","configuration":"import type { FrameMasterConfig } from \"frame-master/server/types\";\nimport mdxToJsLoaderPlugin from \"frame-master-plugin-mdx-to-js-loader\";\n\nconst config: FrameMasterConfig = {\n  HTTPServer: { port: 3000 },\n  plugins: [\n    mdxToJsLoaderPlugin({\n      mdxOptions: {},\n    }),\n  ],\n};\n\nexport default config;","upvote":0,"downvote":0,"createdAt":"2025-12-09T05:22:30.000Z","updatedAt":"2025-12-09T07:39:12.000Z","dependencies":[]}}