UNPKG
legions-thirdparty-plugin
Version:
latest (0.0.9)
0.0.9
0.0.8
常用工具类操作方法
github.com/duanguang/lerna-legion-library.git
legions-thirdparty-plugin
/
api
/
html2canvas
/
core
/
__mocks__
/
features.d.ts
9 lines
(8 loc)
•
258 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
const
FEATURES
: {
SUPPORT_RANGE_BOUNDS
:
boolean
;
SUPPORT_SVG_DRAWING
:
boolean
;
SUPPORT_FOREIGNOBJECT_DRAWING
:
boolean
;
SUPPORT_CORS_IMAGES
:
boolean
;
SUPPORT_RESPONSE_TYPE
:
boolean
;
SUPPORT_CORS_XHR
:
boolean
; };