內容簡介
**外掛簡介:Pau CreateJS Block**
這個外掛是一個 Gutenberg 區塊,可以讓您在任何文章或頁面中發布使用 CreateJS 創建的 HTML5 動畫。您可以定義動畫區域的寬度和高度,以及指向 JavaScript 位置。其餘的內容就交給這個外掛處理。
**問題與答案:**
1. 這個外掛主要用於什麼目的?
- 答:這個外掛是一個 Gutenberg 區塊,可以讓您在任何 WordPress 文章或頁面中發佈使用 CreateJS 創建的 HTML5 動畫。
2. 需要使用什麼外部庫才能運行這些動畫?
- 答:這個外掛包括了 CreateJS 庫,並且需要這個庫才能運行動畫。
3. 這個外掛的建議最低系統需求是什麼?
- 答:WordPress 版本需在6.8或更高、PHP 版本需在7.0.0或更高、MySQL 版本需在5.7或更高。
4. 哪些是推薦的系統需求?
- 答:建議使用最新版本的 WordPress,PHP 版本應為8.0或更高,MySQL 版本需為8.0或更高,或者使用 MariaDB 10.5 或更高版本。
外掛標籤
開發者團隊
原文外掛簡介
This plugin is a Gutenberg block that allows the posting of html5 animations created with CreateJS inside any Post or
Page. You define the width and height of the area for the animation and point to the location of the JavaScript.
The plugin does the rest.
External Libraries
The plug includes the CreateJS library (https://code.createjs.com/1.0.0/createjs.min.js). CreateJS is open source,
MIT license (https://github.com/CreateJS/EaselJS/blob/master/LICENSE.txt), and its privacy policy
(https://createjs.com/legal/privacy.html) states that they do not collect any data. This library is required to run
the animations.
Source Code
The Pau CreateJS Block is a Gutenberg block created as recommended in the Block Editor Handbook
(https://developer.wordpress.org/block-editor/). As recommended by the handbook, the source code is minified by the
build process for production. In keeping with the spirit of open source, the unminified code
for Pau Create JS is available at GitHub (https://github.com/paustian/pau-createjs-block/tree/main).
Minimum Requirements
WordPress version 6.8 or greater.
PHP version 7.0.0 or greater
MySQL version 5.7 or greater.
Recommended Requirements
Latest WordPress version.
PHP version 8.0 or greater.
MySQL version 8.0 or greater, or MariaDB 10.5 or greater.
