/** * Copyright (c) 2019 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Alexander Rose */ import * as path from 'path'; export const getRcsbMolstarViewerAbsoluteFSPath = function () { return path.resolve(path.join(__dirname, '..', 'dist', 'viewer')); };