Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 573 Bytes

File metadata and controls

21 lines (17 loc) · 573 Bytes

D5 Extension Example: Background Mask and Pattern

[D5] Example of a WP Plugin that extends D5 to include additional Masks and Patterns in the Background Mask Styles and Pattern Styles dropdown menu.

Installation

Install the project dependencies:

npm install

Now, start the project:

npm run start

Available Commands

Some npm commands are available for your development and tests.

npm run start

It will start the webpack compiler for development with watch mode.

npm run build

It will build all JS and CSS assets for production.