Skip to content

Commit

Permalink
fix(): remove CanvasCamera plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Sep 7, 2016
1 parent a566240 commit c75f898
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 97 deletions.
3 changes: 0 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import { BLE } from './plugins/ble';
import { BluetoothSerial } from './plugins/bluetoothserial';
import { Calendar } from './plugins/calendar';
import { CallNumber } from './plugins/call-number';
import { CanvasCamera } from './plugins/canvas-camera';
import { Camera } from './plugins/camera';
import { CameraPreview } from './plugins/camera-preview';
import { CardIO } from './plugins/card-io';
Expand Down Expand Up @@ -162,7 +161,6 @@ Brightness,
BLE,
BluetoothSerial,
CallNumber,
CanvasCamera,
CameraPreview,
Clipboard,
CodePush,
Expand Down Expand Up @@ -235,7 +233,6 @@ window['IonicNative'] = {
BluetoothSerial,
Calendar,
CallNumber,
CanvasCamera,
Camera,
CameraPreview,
CardIO,
Expand Down
94 changes: 0 additions & 94 deletions src/plugins/canvas-camera.ts

This file was deleted.

0 comments on commit c75f898

Please sign in to comment.