Skip to content

morethanwords/rlottie-web

Repository files navigation

It is a fork of https://github.com/rlottie/rlottie.github.io

#build instruction to generate rlottie.js from rlottie library.

  1. Make following changes in lottie/src/vector/config.h // disable threading (wasm dosen't support threading yet) //#define LOTTIE_THREAD_SUPPORT
//disable logging (we don't want to create log file)
//#define LOTTIE_LOGGING_SUPPORT

//enable static building of image loader ( to support embedded image resource)
#define LOTTIE_STATIC_IMAGE_LOADER
  1. run ./build.sh

test

run ./test.sh in command prompt.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published