area-selection-js
Version:
Simple and easy area selection library for image/video cropping
13 lines (10 loc) • 350 B
JavaScript
/**
* Babel Starter Kit (https://www.kriasoft.com/babel-starter-kit)
*
* Copyright © 2015-2016 Kriasoft, LLC. All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE.txt file in the root directory of this source tree.
*/
import AreaSelection from './area-selection';
export default AreaSelection;