You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.4 KiB
42 lines
1.4 KiB
/*!
|
|
* @antv/g
|
|
* @description A core module for rendering engine implements DOM API.
|
|
* @version 6.1.28
|
|
* @date 7/30/2025, 1:36:29 PM
|
|
* @author AntVis
|
|
* @docs https://g.antv.antgroup.com/
|
|
*/
|
|
'use strict';
|
|
|
|
var gCameraApi = require('@antv/g-camera-api');
|
|
var gDomMutationObserverApi = require('@antv/g-dom-mutation-observer-api');
|
|
var gLite = require('@antv/g-lite');
|
|
var gWebAnimationsApi = require('@antv/g-web-animations-api');
|
|
|
|
|
|
|
|
Object.keys(gCameraApi).forEach(function (k) {
|
|
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
enumerable: true,
|
|
get: function () { return gCameraApi[k]; }
|
|
});
|
|
});
|
|
Object.keys(gDomMutationObserverApi).forEach(function (k) {
|
|
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
enumerable: true,
|
|
get: function () { return gDomMutationObserverApi[k]; }
|
|
});
|
|
});
|
|
Object.keys(gLite).forEach(function (k) {
|
|
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
enumerable: true,
|
|
get: function () { return gLite[k]; }
|
|
});
|
|
});
|
|
Object.keys(gWebAnimationsApi).forEach(function (k) {
|
|
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
enumerable: true,
|
|
get: function () { return gWebAnimationsApi[k]; }
|
|
});
|
|
});
|
|
//# sourceMappingURL=index.js.map
|
|
|