
內容簡介
p5.js + WordPress。想在自己的 WordPress 網站分享一些生成式藝術嗎?這是你可以實現它的外掛。添加你的自定 p5.js 代碼,在發布頁面或文章之前可以在古騰堡編輯器中預覽。
目前,此外掛不支持 createCanvas(windowWidth, windowHeight)。您需要使用實際的整數值,例如,createCanvas(700, 400)。
目前,此外掛不包括 p5.dom.js 或 p5.sound.js 库。
本項目是使用Create Guten Block引導的,採用MIT許可證。
此項目還使用了p5.js庫,該庫是根據GPL許可證的免費軟件。
外掛標籤
開發者團隊
原文外掛簡介
p5.js + WordPress. Want to share some generative art on your own WordPress site? This is the plugin to make it happen. Add your custom p5.js code, and preview it in the Gutenberg editor before publishing it on your page or post.
Currently, this plugin does not work with createCanvas(windowWidth, windowHeight). You’ll need to use actual integer values like, createCanvas(700, 400).
Currently, this plugin does not include the p5.dom.js or the p5.sound.js libraries.
This project was bootstrapped with Create Guten Block under the MIT License.
This project also uses the p5.js library which is free software under the GPL License.
