UNPKG
webdriverio-automation
Version:
latest (1.0.0)
1.0.0
WebdriverIO-Automation android ios project
webdriverio-automation
/
node_modules
/
image-q
/
dist
/
constants
/
index.d.ts
10 lines
(9 loc)
•
216 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** *
@preserve
* Copyright 2015-2016 Igor Bezkrovnyi * All rights reserved. (MIT Licensed) * * constants.ts - part of Image Quantization Library */
import
*
as
bt709
from
"./bt709"
;
export
{ bt709 };