Skip to main content
Module

x/lume/plugins/jsx.js

πŸ”₯ Static site generator for Deno πŸ¦•
Very Popular
Go to Latest
File
import JsxEngine from "../engines/jsx.js";
export default function () { return (site) => { const jsxEngine = new JsxEngine(site);
site.engine([".jsx", ".tsx"], jsxEngine); };}