molstar
Version:
A comprehensive macromolecular library.
11 lines (10 loc) • 365 B
TypeScript
/**
* Copyright (c) 2021-2024 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author David Sehnal <david.sehnal@gmail.com>
* @author Alexander Rose <alexander.rose@weirdbyte.de>
*/
export declare const PluginFeatureDetection: {
readonly defaultTransparency: "blended" | "wboit" | "dpoit";
readonly preferWebGl1: boolean;
};