An open API service indexing awesome lists of open source software.

https://github.com/mwdelaney/block-parallax-image

Gutenberg block for parallax images using simple-parallax
https://github.com/mwdelaney/block-parallax-image

gutenberg gutenberg-blocks wordpress

Last synced: 4 months ago
JSON representation

Gutenberg block for parallax images using simple-parallax

Awesome Lists containing this project

README

          

# Parallax Image Block for WordPress

## Development:

Inside that directory, you can run several commands:

$ npm start
Starts the build for development.

$ npm run build
Builds the code for production.

$ npm run format:js
Formats JavaScript files.

$ npm run lint:css
Lints CSS files.

$ npm run lint:js
Lints JavaScript files.

$ npm run packages-update
Updates WordPress packages to the latest version.