react-konva-grid
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -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; |
{ | ||
"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
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
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
379
72
326759