nativescript-images-generator-hook
Nativescript hook that generates platforms images based on a single high resolution image.
npm i --save nativescript-images-generator-hook
- Version: 3.0.1
- GitHub: https://github.com/Creatiwity/nativescript-images-generator-hook
- NPM: https://www.npmjs.com/package/nativescript-images-generator-hook
- Downloads:
- Last Day: 0
- Last Week: 0
- Last Month: 0
Nativescript images generator hook
Nativescript hook that generates App_Resources images based on a single high resolution image.
Installation
npm install nativescript-images-generator-hook --save-dev
Usage
Put all your 3x PNG images in App_Resources/images
.
For instance, if you put [email protected]
in this folder, it will be available as res://navbar_logo
.
If you put an image without scale suffix, it will use it as a x1
image. You can provide any integer scale from 1 to 5.
License
MIT License - Copyright (c) 2020 Creatiwity