Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oxUnd committed Jan 21, 2019
1 parent 82dc7ab commit 634bd90
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Expand Up @@ -18,15 +18,13 @@ images("input.jpg") //Load image from file
});
```

==========

## Support 支持情况

| Platform | Architecture | Node Version |
|:------|:-------------|:------------|
| Windows | x86 & x64 | 0.9.11, 0.10, 0.12, 1, 2, 3, 4, 5, 6, 8 |
| Windows | x86 & x64 | 0.9.11, 0.10, 0.12, 1, 2, 3, 4, 5, 6, 8, 10|
| OSX | X64| 0.9.11, 0.10, 0.12, 1, 2, 3, 4, 5, 6, 8, 9, 10|
| Linux* | x86 & x64 | 0.9.11, 0.10, 0.12, 1, 2, 3, 4, 5, 6, 8 |
| Linux* | x86 & x64 | 0.9.11, 0.10, 0.12, 1, 2, 3, 4, 5, 6, 8, 10|

## Features 功能特性

Expand Down

3 comments on commit 634bd90

@lilynumber1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

好像并不支持node 10 ,抠图的时候并不会从x,y处开始,每次都是从左上角0,0点开始。

@xier104
Copy link

@xier104 xier104 commented on 634bd90 Jan 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$ npm install images --save

images@3.0.2 install E:\other\Web\node_modules\images
node ./scripts/install.js

Downloading binary from https://github.com/zhangyuanwei/node-images/releases/download/v3.0.2/win32-x64-72_binding.node
Cannot download "https://github.com/zhangyuanwei/node-images/releases/download/v3.0.2/win32-x64-72_binding.node":

HTTP error 404 Not Found

Hint: If github.com is not accessible in your location
try setting a proxy via HTTP_PROXY, e.g.

  export HTTP_PROXY=http://example.com:1234

or configure npm proxy via

  npm config set proxy http://example.com:8080
  • images@3.0.2
    updated 5 packages and audited 690 packages in 23.13s
    found 0 vulnerabilities

安装不上,显示无法下载 https://github.com/zhangyuanwei/node-images/releases/download/v3.0.2/win32-x64-72_binding.node

@xier104
Copy link

@xier104 xier104 commented on 634bd90 Jan 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

确定不是代理的问题

Please sign in to comment.