From 37789c1cc1d5cc5312853351bcf2c4bd18c00362 Mon Sep 17 00:00:00 2001 From: Stepan Mikhaylyuk Date: Sun, 3 Apr 2016 17:28:02 +0300 Subject: [PATCH] added header --- cropperjs/cropperjs.d.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cropperjs/cropperjs.d.ts b/cropperjs/cropperjs.d.ts index 2b8525c3d..f2f8e861e 100644 --- a/cropperjs/cropperjs.d.ts +++ b/cropperjs/cropperjs.d.ts @@ -1,3 +1,9 @@ +// Type definitions for cropperjs +// Project: https://github.com/fengyuanchen/cropperjs +// Definitions by: Stepan Mikhaylyuk +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + + declare module cropperjs { export enum CropperViewMods { CropBoxIsJustWithInTheContainer = 0,