0.2.3 • Published 1 year ago
react-native-waifu2x v0.2.3
react-native-waifu2x
This is a React Native implementation of waifu2x. The target of this project is to run waifu2x models right on devices without network. Currently only supports iOS devices.
Installation
Expo
Install the library:
npx expo install react-native-waifu2x
Then rebuild your app:
npx expo prebuild -p ios --clean
npx expo run:ios
Usage
See the example app.
About models
You can download from here. If you want to customizable models, see waifu2x-ios#about-models.