'Cannot import LUT .cube file into React Native
I want to import some .cube files to use with FFmpeg to generate filters on my video.
Like images, I have them in a folder (LUT) in my src folder.
But when I try to import them the same way I would import an image, I am getting the following error:
Error: While resolving module `buds/src/LUT/Arabica-12.CUBE`, the Haste package `buds` was found. However the module `src/LUT/Arabica-12.CUBE` could not be found within the package. Indeed, none of these files exist:
The file does exist, I cant seem to import these files without running into this error.
Is it possible to load .cube files into React Native, I don't see why not...
I appreciate any help I can get with this.
Cheers.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
