molstar
Version:
A comprehensive macromolecular library.
20 lines • 653 B
JavaScript
/**
* Copyright (c) 2018 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author David Sehnal <david.sehnal@gmail.com>
*/
import * as Data from './transforms/data';
import * as Misc from './transforms/misc';
import * as Model from './transforms/model';
import * as Volume from './transforms/volume';
import * as Representation from './transforms/representation';
import * as Shape from './transforms/shape';
export var StateTransforms = {
Data: Data,
Misc: Misc,
Model: Model,
Volume: Volume,
Representation: Representation,
Shape: Shape
};
//# sourceMappingURL=transforms.js.map