All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.dirigible.dev-tools.layer_viewer.layer_viewer.js Maven / Gradle / Ivy

There is a newer version: 10.6.27
Show newest version
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

import './LayerDetailsView.js';
import './LayerTreeOutline.js';
import './LayerViewHost.js';
import './Layers3DView.js';
import './PaintProfilerView.js';
import './TransformController.js';

import * as LayerDetailsView from './LayerDetailsView.js';
import * as Layers3DView from './Layers3DView.js';
import * as LayerTreeOutline from './LayerTreeOutline.js';
import * as LayerViewHost from './LayerViewHost.js';
import * as PaintProfilerView from './PaintProfilerView.js';
import * as TransformController from './TransformController.js';

export {
  LayerDetailsView,
  Layers3DView,
  LayerTreeOutline,
  LayerViewHost,
  PaintProfilerView,
  TransformController,
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy