{"plugin":{"id":17,"name":"env to html","icon":"✨","description":"access process.env client side","longDescription":"## insert your env into client","version":"0.1.1","compatibleVersions":"^3.0.0","author":"shpaw415","ownerId":"c166cdde-5f5c-40e5-a3ff-236652fa88a9","category":"build","tags":["env","client"],"published":true,"npmPackage":"frame-master-plugin-env-in-html","githubUrl":"https://github.com/shpaw415/frame-master-plugin-env-in-html","docsUrl":null,"installation":"bun add frame-master-plugin-env-in-html","quickStart":"\"client\";\n\n//index.js\nconsole.log(process.env.PUBLIC_ENV_VAR);","configuration":"import EnvInHtml from \"frame-master-plugin-env-in-html\";\n\nexport default {\n  plugins: [\n    EnvInHtml({\n      prefix: \"PUBLIC_\", // Optional: variables starting with this will be injected\n      entries: [\"API_URL\", \"NODE_ENV\"], // Optional: specific variables to inject\n    }),\n  ],\n};","upvote":0,"downvote":0,"createdAt":"2026-04-08T15:38:59.000Z","updatedAt":"2026-04-08T15:38:59.000Z","dependencies":[]}}