/* global QUnit */
// import { ImageUtils } from '../../../../src/extras/ImageUtils.js';
export default QUnit.module( 'Extras', () => {
QUnit.module( 'ImageUtils', () => {
// STATIC
QUnit.todo( 'getDataURL', ( assert ) => {
assert.ok( false, 'everything\'s gonna be alright' );
} );
QUnit.todo( 'sRGBToLinear', ( assert ) => {
assert.ok( false, 'everything\'s gonna be alright' );
} );
} );
} );
-
由 wanhai_wu 提交于7eb8f52a