Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ng2-konva

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng2-konva - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

31

dist/README.MD
# ng2-konva
<span class="badge-npmdownloads">
<a href="https://www.npmjs.com/package/ng2-konva">
<img src="https://img.shields.io/npm/v/ng2-konva.svg" alt="Version">
</a>
<a href="https://www.npmjs.com/package/ng2-konva">
<img src="https://img.shields.io/npm/l/ng2-konva.svg" alt="License">
</a>
</span>
![Ng2Konva Logo](https://raw.githubusercontent.com/rafaesc/ng2-konva/master/n2-konva.png)
**ng2-konva** is a JavaScript library for drawing complex canvas graphics using Angular.

@@ -14,2 +24,6 @@

## Documentation
[http://rafaelescala.com/ng2-konva/](http://rafaelescala.com/ng2-konva/)
## Installation

@@ -51,2 +65,5 @@

```typescript
import { Observable } from 'rxjs/Observable';
import 'rxjs/add/observable/of';
@Component({

@@ -81,18 +98,10 @@ selector: 'app',

## Development
## Related repositories
To generate all `*.js`, `*.d.ts` and `*.metadata.json` files:
* [react-konva](https://github.com/lavrton/react-konva) - React + Konva
* [vue-konva](http://rafaelescala.com/vue-konva-doc/) - Vue + Konva
```bash
$ npm run build
```
To lint all `*.ts` files:
```bash
$ npm run lint
```
## License
MIT © [Rafael Escala](mailto:rafaesc92@gmail.com)
{
"name": "ng2-konva",
"version": "1.0.10",
"version": "1.0.11",
"description": "Angular binding to canvas element via Konva framework",

@@ -5,0 +5,0 @@ "keywords": [

@@ -7,10 +7,17 @@ {

"rootDir": "./src",
"lib": [
"es2015",
"dom"
],
"lib": ["es2015", "dom"],
"sourceMap": true,
"declaration": true,
"stripInternal": true,
"skipLibCheck": true,
"types": []
"types": [],
"paths": {
"@angular/*": ["node_modules/@angular/*"],
"rxjs/*": ["node_modules/rxjs/*"],
"ng2-konva": ["node_modules/ng2-konva"]
}
},
"angularCompilerOptions": {
"strictMetadataEmit": true
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc