import Texture from './texture';

export default {
  extensions: [['.blp', 'arrayBuffer']],
  resource: Texture,
};
