Closed basghar closed 4 years ago
Does maizzle-php exposes api functions like Node Maizzle as mentioned in https://maizzle.com/docs/nodejs/.
const Maizzle = require('@maizzle/framework') const html = Maizzle.render(`html string`, options)
It doesn't, it's just a build system based on the Jigsaw static site generator. This was one of the reasons for building maizzle.js.
Does maizzle-php exposes api functions like Node Maizzle as mentioned in https://maizzle.com/docs/nodejs/.