Pau CreateJS Block

A Gutenberg block plugin to display animations created using html5 and the CreateJS library.

Author:Timothy Paustian (profile at wordpress.org)
WordPress version required:6.8
WordPress version tested:6.9
Plugin version:0.2.0
Added to WordPress repository:02-01-2026
Last updated:02-01-2026
Rating, %:0
Rated by:0
Plugin URI:
Total downloads:114
plugin download
Click to start download

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.

FAQ
ChangeLog