Skip to content

Commit

Permalink
change to @ns0m/hermite-resize for publication
Browse files Browse the repository at this point in the history
  • Loading branch information
ath0mas committed Oct 1, 2020
1 parent a4b5d4c commit aa72aa9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### Publication-only version of the [viliusle/Hermite-resize](https://github.com/viliusle/Hermite-resize) package. [![Latest Published Version](https://img.shields.io/npm/v/@ns0m/hermite-resize)](https://www.npmjs.com/package/@ns0m/hermite-resize)
```
npm install @ns0m/hermite-resize
```

---

# Hermite-resize
Fast canvas image resize/resample using Hermite filter with JavaScript.
Supports transparency, gives good quality.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hermite-resize",
"name": "@ns0m/hermite-resize",
"version": "2.2.10",
"author": "Vilius L.",
"description": "Canvas image resize/resample using Hermite filter with JavaScript.",
Expand All @@ -10,9 +10,9 @@
],
"repository": {
"type": "git",
"url": "https://github.com/viliusle/Hermite-resize"
"url": "https://github.com/ns0m/Hermite-resize.git"
},
"homepage": "https://github.com/viliusle/miniPaint",
"homepage": "https://github.com/ns0m/Hermite-resize",
"license": "MIT",
"devDependencies": {
"del": "^3.0.0",
Expand Down

0 comments on commit aa72aa9

Please sign in to comment.