📄 Reformat typescript with 2-Space

This commit is contained in:
ful1e5 2021-03-24 17:15:35 +05:30
parent 3beabbcbc0
commit 28614dfc25
17 changed files with 395 additions and 390 deletions

View file

@ -112,7 +112,12 @@ class BitmapsGenerator {
}
) {
const opt = Object.assign(
{ playbackRate: 0.1, diff: 0, frameLimit: 300, framePadding: 4 },
{
playbackRate: 0.1,
diff: 0,
frameLimit: 300,
framePadding: 4,
},
options
);