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
- Host: GitHub
- URL: https://github.com/mwdelaney/block-parallax-image
- Owner: MWDelaney
- Created: 2020-03-03T20:15:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T19:57:40.000Z (over 3 years ago)
- Last Synced: 2025-02-13T00:32:25.843Z (over 1 year ago)
- Topics: gutenberg, gutenberg-blocks, wordpress
- Language: JavaScript
- Homepage:
- Size: 3.25 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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.