feat(webreader): side padding, original scaling for Webtoon

check 6faeb2ab2e for changes
this is a dummy commit to trigger the release
the squash commit was incorrectly named

PR #266
Closes #264
This commit is contained in:
Gauthier Roebroeck 2020-08-13 09:00:28 +08:00
parent 6faeb2ab2e
commit 6499788543

View file

@ -10,4 +10,5 @@ export enum ContinuousScaleType {
ORIGINAL = 'original'
}
export const PaddingPercentage: number[] = [0, 5, 10, 15, 20, 25, 30, 35, 40]