index.ts 330 B

1234567891011
  1. /**
  2. * Copyright (c) 2019 mol* contributors, licensed under MIT, See LICENSE file for more info.
  3. *
  4. * @author Alexander Rose <alexander.rose@weirdbyte.de>
  5. */
  6. import * as path from 'path';
  7. export const getRcsbMolstarViewerAbsoluteFSPath = function () {
  8. return path.resolve(path.join(__dirname, '..', 'dist', 'viewer'));
  9. };