35 Commits

Author SHA1 Message Date
renovate[bot]
dbddaf3bf0
chore: bump up all non-major dependencies (#91)
* chore: bump up all non-major dependencies

* fix image crate

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: LongYinan <lynweklm@gmail.com>
2024-04-18 17:58:10 +08:00
renovate[bot]
da0a3b59c3
chore: bump up electron version to v30 (#92)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-17 11:35:14 +08:00
renovate[bot]
95c248a04f
chore: bump up Yarn to v4.1.1 (#90)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-05 12:06:49 +08:00
LongYinan
304227ac2b
fix(image): wasm fallback logic in js-binding file (#88) 2024-02-22 23:43:38 +08:00
renovate[bot]
b4cadc68cd
chore: bump up electron version to v29 (#87)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-20 13:55:19 +00:00
LongYinan
503adf4cd8
docs: update examples and site (#85) 2024-02-19 22:45:21 +08:00
LongYinan
352e7adc55
feat: add wasm build (#81) 2024-02-14 09:29:36 +08:00
renovate[bot]
96f8279d79
chore: bump up npm-run-all2 version to v6 (#82)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-08 20:50:49 +08:00
renovate[bot]
44702acbe2
chore: Replace npm-run-all version with npm-run-all2 ^5.0.0 (#80)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-08 10:11:45 +00:00
LongYinan
eceba75142
feat: upgrade dependencies (#73) 2024-02-07 17:02:35 +08:00
renovate[bot]
2eaff51e71
chore: bump up all non-major dependencies (#66)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-09 11:31:02 +08:00
LongYinan
aa07979f6c
chore: upgrade dependencies (#64) 2023-09-27 10:34:57 +08:00
renovate[bot]
2847c43dca
chore: bump up Yarn to v3.6.3 2023-08-23 23:22:16 +00:00
renovate[bot]
2c73f3628f
chore: bump up Yarn to v3.6.2 2023-08-17 19:37:08 +00:00
renovate[bot]
9cfafaffb0
chore: bump up electron version to v26 2023-08-15 05:58:52 +00:00
LongYinan
70a168b505
feat: upgrade dependencies (#50) 2023-07-30 23:42:59 +08:00
LongYinan
e7102224d6
fix(image): update napi to fix electron create Buffer issues (#39) 2023-01-29 13:51:07 +08:00
LongYinan
f52fd45245
feat(image): provide fast resize method (#34)
* feat: provide a way to fast resize image with SIMD

* Update

* Update x86_64-unknown-linux-gnu build

* Optimize

* Add fast resize to Transformer

* Resolve conflict
2023-01-14 18:39:54 +08:00
LongYinan
9668b4cdf6
chore(image): fix android build (#30) 2023-01-03 21:29:10 +08:00
LongYinan
6752e19353
chore(image): update oxipng 2023-01-03 19:37:57 +08:00
LongYinan
b695642560
fix(binding): early return when input images are optimized (#28)
* fix(binding): early return when input images are optimized

* ci: fix builds

* Fix build

* target feature

* Remove inline

* Thin lto

* Use GCC
2022-12-20 17:42:28 +08:00
LongYinan
7d24fd1e8d
chore: upgrade dependencies (#26) 2022-10-07 16:27:33 +08:00
LongYinan
07ef7de95f
chore: upgrade npm dependencies (#23) 2022-08-23 12:26:05 +08:00
LongYinan
45e6c4d7d6 chore: update dependencies 2022-07-31 15:59:55 +08:00
LongYinan
bd9f0c36ed chore: upgrade dependencies 2022-05-18 17:48:10 +08:00
LongYinan
b5825c1df6 docs(website): add manipulate documentation 2022-04-22 23:44:49 +08:00
LongYinan
ff6e231b39 docs: add website 2022-04-22 00:50:32 +08:00
LongYinan
af8ed994b7 feat(image): support more operations on Transformer 2022-04-19 01:30:00 +08:00
LongYinan
8d49a8c4d3 feat(image): support Transformer from raw rgba pixels 2022-04-18 17:31:50 +08:00
LongYinan
7cd00d4181
feat: async Transformer class (#9) 2022-04-18 13:49:54 +08:00
LongYinan
81fc73a7ec
feat: support avif
- Add avif encode feature
- Add documentation for `@napi-rs/image` package
- Add tests for `webp` and `avif` encode function
2022-03-29 18:18:21 +08:00
LongYinan
e90ecdc4b9
feat: support webp 2022-03-28 23:21:38 +08:00
LongYinan
d0de72e2a8
feat: transform into monorepo (#3) 2022-01-20 18:40:23 +08:00
LongYinan
83f072adb8
1.0.0 2022-01-11 00:24:10 +08:00
LongYinan
c0997adba5
Init 2022-01-11 00:11:26 +08:00