breadapp
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 4
- Subscriptions 4
Activity overview
Latest activity by breadapp-
breadapp created a post,
Using dynamic data with Creative Kit
I'm developing an iOS app and trying to integrate Creative Kit with the SCSDKLensSnapContent as explained in this guide: https://docs.snapchat.com/docs/creative-kit-iosEverything runs fine except t...
-
breadapp commented,
Updating for future reference. Found out I can use Jimp, a NodeJS library for image processing that is compatible with React Native (at least for version 0.14.0) Jimp.read(url,(err,image) => { co...
-
breadapp commented,
Thanks a lot Brandon / Apoc! That's what I needed. Have been playing with this for a couple days now, but can't find a way to convert the images into Uint8Array that works in LensStudio. I'm devel...
-
breadapp created a post,
How to set up a dynamic Texture?
Hi!Saw the post to get dynamic data into lenses. Wondering if there's any way to set up textures in a dynamic way. Either by sharing a JPG in text format or by sharing the URL. Thanks in advance! ...