How to combine the Makeup API and Beauty API features
As you can notice, both the Makeup API and Beauty API are using the same Face Filter. As a result, it is possible to combine their features in your application.
You can consume the effect API in several ways.
#
Via effect's config.jsAdd to the bottom of the Makeup/config.js
file:
#
From applicationIn your app code use callJsMethod
from Banuba SDK:
- Java
- Swift
- JavaScript
#
Combine featuresTo combine the Makeup API features, call the desired methods in your app or in config.js
as shown above.
Example:
- config.js
- Java
- Swift
- JavaScript
Preview