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

react-konva-grid

Package Overview
Dependencies
Maintainers
1
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-konva-grid - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

dist/index.js

@@ -6,3 +6,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.Grid = void 0;
const Grid_1 = __importDefault(require("./Grid"));
exports.Grid = Grid_1.default;
exports.default = Grid_1.default;

2

package.json
{
"name": "react-konva-grid",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -9,6 +9,16 @@ ## Declarative Canvas Grid with React Konva

## Installation
````
yarn add react-konva-grid
OR
npm install react-konva-grid
````
## Usage
````js
import { Grid } from './'
import { Grid } from 'react-konva-grid'
import { Group, Text, Rect } from 'react-konva'

@@ -15,0 +25,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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