apexify.js 1.2.8 → 1.2.9
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.
|
@@ -8,7 +8,7 @@ const FormData = require("form-data");
|
|
|
8
8
|
const GIFEncoder = require("gifencoder");
|
|
9
9
|
const stream = require("stream");
|
|
10
10
|
|
|
11
|
-
class
|
|
11
|
+
class ApexPainter {
|
|
12
12
|
constructor() {
|
|
13
13
|
this.defaultTextOptions = {
|
|
14
14
|
text: "Add Text Here",
|
|
@@ -1396,4 +1396,4 @@ if (!lowerCaseImageUrl.endsWith(".png") && !lowerCaseImageUrl.endsWith(".jpg"))
|
|
|
1396
1396
|
}
|
|
1397
1397
|
}
|
|
1398
1398
|
|
|
1399
|
-
module.exports = {
|
|
1399
|
+
module.exports = { ApexPainter };
|