ngx-simple-parallax-js
Advanced tools
Comparing version 0.0.9 to 0.0.10-dev.0
{ | ||
"name": "ngx-simple-parallax-js", | ||
"version": "0.0.9", | ||
"author": "Gesiel Rosa <me@gesiel.com> (https://github.com/gesielrosa/)", | ||
"description": "This library allows you to use simpleParallax.js in Angular easily.", | ||
"homepage": "https://gesiel.com/gesielrosa-libs/projects/ngx-simple-parallax-js/", | ||
"repository": "https://github.com/gesielrosa/gesielrosa-libs/tree/main/projects/ngx-simple-parallax-js", | ||
"keywords": [ | ||
"angular", | ||
"parallax", | ||
"simplePARALLAX.js", | ||
"directive", | ||
"javascript", | ||
"image", | ||
"video", | ||
"scroll" | ||
], | ||
"version": "0.0.10-dev.0", | ||
"peerDependencies": { | ||
"@angular/common": ">=13.0.0", | ||
"@angular/core": ">=13.0.0" | ||
"@angular/core": ">=13.0.0", | ||
"simple-parallax-js": "^5.6.2" | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.3.0", | ||
"simple-parallax-js": "^5.6.2" | ||
"tslib": "^2.3.0" | ||
}, | ||
"license": "MIT", | ||
"module": "fesm2015/ngx-simple-parallax-js.mjs", | ||
@@ -28,0 +13,0 @@ "es2020": "fesm2020/ngx-simple-parallax-js.mjs", |
@@ -1,10 +0,8 @@ | ||
![NgxSimpleParallaxJs logo](https://gesiel.com/gesielrosa-libs/projects/ngx-simple-parallax-js/logo.png) | ||
![NgxSimpleParallaxJs logo](https://github.com/gesielrosa/ngx-simple-parallax-js/tree/main/projects/ngx-simple-parallax-js/logo.png) | ||
[![npm version](https://badge.fury.io/js/ngx-simple-parallax-js.svg)](https://www.npmjs.com/package/ngx-simple-parallax-js) | ||
# NgxSimpleParallaxJs | ||
This library allows you to use simpleParallax.js in Angular easily. | ||
[SimpleParallax.js](https://github.com/geosigno/simpleParallax.js) wrapper for Angular | ||
### [simpleParallax.js](https://github.com/geosigno/simpleParallax.js) | ||
[![npm version](https://badge.fury.io/js/ngx-simple-parallax-js.svg)](https://www.npmjs.com/package/ngx-simple-parallax-js) | ||
@@ -15,15 +13,11 @@ ## Installation | ||
### Install dependencies | ||
### Install | ||
The ngx-simple-parallax-js can be installed with npm: | ||
`npm install ngx-simple-parallax-js@0.0.9 simple-parallax-js@^5.6.2` | ||
`npm install ngx-simple-parallax-js simple-parallax-js@^5.6.2` | ||
<hr> | ||
### Import `NgxSimpleParallaxJsModule` | ||
Then, import NgxSimpleParallaxJsModule into a module of your Angular app. | ||
``` | ||
```ts | ||
import { NgxSimpleParallaxJsModule } from 'ngx-simple-parallax-js'; | ||
@@ -46,3 +40,3 @@ | ||
``` | ||
```html | ||
<img parallax class="thumbnail" src="image.jpg" alt="image"> | ||
@@ -53,3 +47,3 @@ ``` | ||
``` | ||
```html | ||
<video parallax> | ||
@@ -60,12 +54,8 @@ <source src="video.mp4" type="video/mp4"> | ||
With settings: | ||
With configs: | ||
```html | ||
<img parallax [parallaxConfig]="parallaxConfig" src="image.jpg" alt="image"> | ||
``` | ||
<img parallax [parallaxConfig]="parallaxConfig" class="thumbnail" src="image.jpg" alt="image"> | ||
``` | ||
Complete documentation for `simpleParallax.js`: [Official docs](https://github.com/geosigno/simpleParallax.js#readme) | ||
<hr> | ||
### [`@gesielrosa`](https://github.com/gesielrosa) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24775
1
205
2
58
- Removedsimple-parallax-js@^5.6.2