nativescript-imagecropper

v4.0.3
NativeScript Image Cropper Plugin
NativeScript JavaScript Android iOS Image Cropper Crop imagecropper crop photo image and 1 more...

tsc

tsc -skipLibCheck

build

npm i && tsc

postclone

npm i && node scripts/postclone.js && cd ../demo && npm i && cd ../src

test.android

npm i && npm run tsc && npm run tslint && cd ../demo && tns build android && tns test android --justlaunch

test.ios

npm i && npm run tsc && npm run tslint && cd ../demo && tns build ios && tns test ios --justlaunch

tslint

cd .. && tslint "**/*.ts" --config tslint.json --exclude "**/node_modules/**" --exclude "**/typings/**"

demo.ios

npm i && npm run tsc && cd ../demo && tns run ios

demo.android

npm i && npm run tsc && cd ../demo && tns run android

demo.reset

cd ../demo && rimraf platforms node_modules hooks

plugin.prepare

npm run tsc && cd ../demo && tns plugin remove nativescript-imagecropper && tns plugin add ../src

clean

cd ../demo && rimraf hooks node_modules platforms && cd ../src && rimraf node_modules

ci.tslint

npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**'

setup

npm i && ts-patch install
npm i nativescript-imagecropper

Metadata

  • MIT
  • Whatever
  • bthurlow
  • released 10/20/2021

Downloads