Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
flameface committed Jan 19, 2024
1 parent 6088412 commit 8eaf9d6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cropify",
"types": "./index.d.ts",
"description": "Crop and round image corners seamlessly.",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.js",
"publishConfig": {
"access": "public",
Expand All @@ -11,8 +11,13 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"keywords": [
"crop-image",
"canvas-crop",
"cropify",
"unburn"
],
"author": "FlameFace",
"license": "MIT",
"dependencies": {
"@napi-rs/canvas": "^0.1.44"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ npm install cropify

## Usage
```javascript
const { cropImage } = require("./index");
const { cropImage } = require("cropify");
const fs = require("fs")

const imagePath = 'https://raw.githubusercontent.com/unburn/.github/main/assets/unburngithub.png';
Expand Down

0 comments on commit 8eaf9d6

Please sign in to comment.