UNPKG

p5.raycaster

Version:

a simple p5js library for semi 3d rendering with ray casting

13 lines (12 loc) 278 B
const path = require("path"); module.exports = { entry: "./src/p5.RayCaster.js", output:{ filename: "p5.RayCaster.min.js", library: { name:"RayCaster", type: "umd" }, path: path.resolve(__dirname, "dist"), } }