Skip to content

Commit 19e8862

Browse files
authored
Merge pull request #902 from dynamsoft-docs/preview
update to internal commit ca53e07d
2 parents eb6da25 + 21224a1 commit 19e8862

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

_articles/extended-usage/advanced-initialization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: Advanced DWT Initialization
1313
1414
As presented in the standard [initialization guide](/_articles/general-usage/initialization.md), DWT instantiates a default `WebTwain` object in its default configuration. Here, we offer some alternative ways to instantiate `WebTwain` objects, as well as ways to alter the configuration of `WebTwain` objects.
1515

16-
> Note: jsDelivr currently has problems delivering the Dynamic Web TWAIN Service installer (`https://cdn.jsdelivr.net/npm/dwt@latest/dist/dist/DynamicWebTWAINServiceSetup.msi`) due to [size restrictions](https://www.jsdelivr.com/documentation#id-configuring-a-default-file-in-packagejson); please consider hosting this particular resource file elsewhere. UNKPKG is currently unaffected. For information about the Dynamic Web TWAIN Service, learn more [here](/_articles/extended-usage/dynamsoft-service-configuration.md).
16+
> Note: jsDelivr currently has problems delivering the Dynamic Web TWAIN Service installer (`https://cdn.jsdelivr.net/npm/dwt@latest/dist/dist/DynamicWebTWAINServiceSetup.msi`) due to [size restrictions](https://www.jsdelivr.com/documentation#id-configuring-a-default-file-in-packagejson); please consider hosting this particular resource file elsewhere. UNPKG is currently unaffected. For information about the Dynamic Web TWAIN Service, learn more [here](/_articles/extended-usage/dynamsoft-service-configuration.md).
1717
1818
## Auto-Loading with CDN/Package Manager Resources
1919

@@ -76,7 +76,7 @@ APIs used:
7676

7777
Setting values for `Dynamsoft.DWT.AutoLoad` and `Dynamsoft.DWT.Containers` results in identical startup behavior for resources obtained from CDNs and package managers to resources obtained from the official SDK.
7878

79-
> Note: jsDelivr currently has problems delivering the Dynamic Web TWAIN Service installer (`https://cdn.jsdelivr.net/npm/dwt@latest/dist/dist/DynamicWebTWAINServiceSetup.msi`) due to [size restrictions](https://www.jsdelivr.com/documentation#id-configuring-a-default-file-in-packagejson); please consider hosting this particular resource file elsewhere. UNKPKG is currently unaffected. For information about the Dynamic Web TWAIN Service, learn more [here](/_articles/extended-usage/dynamsoft-service-configuration.md).
79+
> Note: jsDelivr currently has problems delivering the Dynamic Web TWAIN Service installer (`https://cdn.jsdelivr.net/npm/dwt@latest/dist/dist/DynamicWebTWAINServiceSetup.msi`) due to [size restrictions](https://www.jsdelivr.com/documentation#id-configuring-a-default-file-in-packagejson); please consider hosting this particular resource file elsewhere. UNPKG is currently unaffected. For information about the Dynamic Web TWAIN Service, learn more [here](/_articles/extended-usage/dynamsoft-service-configuration.md).
8080
8181
## Configuring Default `WebTwain` Instances
8282

_articles/general-usage/resource-loading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ APIs used:
8282

8383
### Loading from [jsDelivr](https://cdn.jsdelivr.net/npm/dwt@latest/dist/dynamsoft.webtwain.min.js)
8484

85-
Note that jsDelivr currently has problems delivering the Dynamic Web TWAIN Service installer (`https://cdn.jsdelivr.net/npm/dwt@latest/dist/dist/`) due to [size restrictions](https://www.jsdelivr.com/documentation#id-configuring-a-default-file-in-packagejson); please consider hosting this particular resource file elsewhere. UNKPKG is currently unaffected. For information about the Dynamic Web TWAIN Service, learn more [here](/_articles/extended-usage/dynamsoft-service-configuration.md).
85+
Note that jsDelivr currently has problems delivering the Dynamic Web TWAIN Service installer (`https://cdn.jsdelivr.net/npm/dwt@latest/dist/dist/`) due to [size restrictions](https://www.jsdelivr.com/documentation#id-configuring-a-default-file-in-packagejson); please consider hosting this particular resource file elsewhere. UNPKG is currently unaffected. For information about the Dynamic Web TWAIN Service, learn more [here](/_articles/extended-usage/dynamsoft-service-configuration.md).
8686

8787
```html
8888
<html>

_articles/info/api/WebTwain_Edit.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The properties and methods on this page live in the namespace {WebTwainObject}.
1919
| [`Rotate()`](#rotate) | [`RotateEx()`](#rotateex) | [`RotateLeft()`](#rotateleft) | [`RotateRight()`](#rotateright) |
2020
| [`ChangeBitDepth()`](#changebitdepth) | [`SetDPI()`](#setdpi) | [`ConvertToBW()`](#converttobw) | [`ConvertToGrayScale()`](#converttograyscale) |
2121
| [`ChangeImageSize()`](#changeimagesize) | [`Invert()`](#invert) | [`SetImageWidth()`](#setimagewidth) | [`ChangeBrightnessAsync()`](#changebrightnessasync) |
22-
| [`ChangeContrastAsync()`](#changecontrastasync) |
22+
| [`ChangeContrastAsnyc()`](#changecontrastasnyc) |
2323

2424
<!--
2525
* [Crop()](#crop)
@@ -1333,14 +1333,14 @@ ChangeBrightnessAsync(
13331333

13341334
---
13351335

1336-
## ChangeContrastAsync()
1336+
## ChangeContrastAsnyc()
13371337

13381338
Change the image contrast.
13391339

13401340
**Syntax**
13411341

13421342
```typescript
1343-
ChangeContrastAsync(
1343+
ChangeContrastAsnyc(
13441344
index: number,
13451345
value: number
13461346
): Promise<boolean>;

_articles/info/api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ breadcrumbText: API Reference
147147
| [`Rotate()`](/_articles/info/api/WebTwain_Edit.md#rotate) |[`RotateEx()`](/_articles/info/api/WebTwain_Edit.md#rotateex)| [`RotateLeft()`](/_articles/info/api/WebTwain_Edit.md#rotateleft) | [`RotateRight()`](/_articles/info/api/WebTwain_Edit.md#rotateright)|
148148
| [`ChangeBitDepth()`](/_articles/info/api/WebTwain_Edit.md#changebitdepth) | [`SetDPI()`](/_articles/info/api/WebTwain_Edit.md#setdpi)|[`ConvertToBW()`](/_articles/info/api/WebTwain_Edit.md#converttobw) |[`ConvertToGrayScale()`](/_articles/info/api/WebTwain_Edit.md#converttograyscale)|
149149
|[`ChangeImageSize()`](/_articles/info/api/WebTwain_Edit.md#changeimagesize) | [`Invert()`](/_articles/info/api/WebTwain_Edit.md#invert)|[`SetImageWidth()`](/_articles/info/api/WebTwain_Edit.md#setimagewidth)|[`ChangeBrightnessAsync()`](/_articles/info/api/WebTwain_Edit.md#changebrightnessasync)|
150-
|[`ChangeContrastAsync()`](/_articles/info/api/WebTwain_Edit.md#changecontrastasnyc)|
150+
|[`ChangeContrastAsnyc()`](/_articles/info/api/WebTwain_Edit.md#changecontrastasnyc)|
151151

152152
<!--
153153
* [`Crop()`](/_articles/info/api/WebTwain_Edit.md#crop)

0 commit comments

Comments
 (0)