Skip to content

Commit

Permalink
release: v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHauschildt committed Feb 7, 2024
1 parent 6a0d0ed commit d13b0e6
Show file tree
Hide file tree
Showing 24 changed files with 2,764 additions and 550 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,16 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [19.x, 20.x]
node-version: [19.x, 20.x, 21.x]
steps:
- uses: actions/checkout@v3
with:
lfs: true
- name: Install cargo and wasm-pack
run: |
curl https://sh.rustup.rs -sSf | sh -s -- -y
export PATH="$HOME/.cargo/bin:$PATH"
cargo install wasm-pack clippy
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down
1,010 changes: 533 additions & 477 deletions LICENSE.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</p>

Remove backgrounds from images directly in the browser or Node.js environment with ease and no additional costs or privacy concerns.
Explore an [interactive demo](https://img.ly/showcases/cesdk/web/background-removal/web?utm_source=github&utm_medium=project&utm_campaign=bg-removal).
Explore an [interactive demo](https://img.ly/showcases/cesdk/web/background-removal/web?utm_source=github&utm_medium=project&utm_campaign=vectorizer).

## Overview

Expand All @@ -30,9 +30,9 @@ Whether you are a professional developer or a hobbyist, `@imgly/background-remov

## License

The software is free for use under the GPL License. Please contact [[email protected]](mailto:[email protected]?subject=Background-Removal%20License) for questions about other licensing options.
The software is free for use under the AGPL License. Please contact [[email protected]](mailto:[email protected]?subject=Background-Removal%20License) for questions about other licensing options.

## Authors & Contributors

This library is made by IMG.LY shipping the world's premier SDKs for building creative applications.
Start your trial of the [CreativeEditor SDK](https://img.ly/products/creative-sdk?utm_source=github&utm_medium=project&utm_campaign=bg-removal), [PhotoEditor SDK](https://img.ly/products/photo-sdk?utm_source=github&utm_medium=project&utm_campaign=bg-removal) & [VideoEditor SDK](https://img.ly/products/video-sdk?utm_source=github&utm_medium=project&utm_campaign=bg-removal).
Start your trial of the [CreativeEditor SDK](https://img.ly/products/creative-sdk?utm_source=github&utm_medium=project&utm_campaign=vectorizer), [PhotoEditor SDK](https://img.ly/products/photo-sdk?utm_source=github&utm_medium=project&utm_campaign=vectorizer) & [VideoEditor SDK](https://img.ly/products/video-sdk?utm_source=github&utm_medium=project&utm_campaign=vectorizer).
202 changes: 181 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 11 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.1",
"version": "1.4.2",
"name": "workspace",
"workspaces": [
"packages/web",
Expand All @@ -24,17 +24,15 @@
"package:pack": "npm run package:pack --workspaces --if-present"
},
"devDependencies": {
"dotenv": "^16.3.1",
"glob": "^10.3.3",
"moment": "^2.29.4",
"onchange": "^7.1.0",
"yaml": "^2.3.4"
},
"dependencies": {
"chalk": "^5.3.0",
"concurrently": "^8.2.2",
"ejs": "^3.1.9",
"es-main": "^1.3.0",
"meow": "^13.0.0"
"dotenv": "~16.3.1",
"glob": "~10.3.3",
"moment": "~2.29.4",
"onchange": "~7.1.0",
"yaml": "~2.3.4",
"chalk": "~5.3.0",
"concurrently": "~8.2.2",
"ejs": "~3.1.9",
"es-main": "~1.3.0",
"meow": "~13.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/node-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"@imgly/background-removal-node": "file:../node",
"jest": "^29.6.2"
},
"version": "1.4.1"
"version": "1.4.2"
}
2 changes: 1 addition & 1 deletion packages/node-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"dependencies": {
"@imgly/background-removal-node": "file:../node"
},
"version": "1.4.1"
"version": "1.4.2"
}
Loading

0 comments on commit d13b0e6

Please sign in to comment.