@ryuu-reinzz/haruka-lib 2.0.9 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -20,7 +20,7 @@ export default class Exif {
20
20
  this.add = async (image) => {
21
21
  const exif = this.exif || this.build();
22
22
  image =
23
- image instanceof Image
23
+ image instanceof WebP
24
24
  ? image
25
25
  : await (async () => {
26
26
  const img = new WebP();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ryuu-reinzz/haruka-lib",
3
- "version": "2.0.9",
3
+ "version": "2.1.0",
4
4
  "description": "Library extra for bot WhatsApp",
5
5
  "main": "main/index.js",
6
6
  "type": "module",