5.12.0 • Published 4 months ago

@bond-london/gatsby-transformer-extracted-lottie v5.12.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

gatsby-transformer-extracted-lottie

Transform lottie files producing a preview svg either inline or as a file

It creates a new node called childExtractedLottie that contains the width, height and the first frame as an svg, either an encoded data uri, or an encoded file.

export const lottieFragment = graphql`
  fragment LottieFile on File {
    publicURL
    childExtractedLottie {
      width
      height
      encoded
      encodedFile {
        publicURL
      }
    }
  }
5.12.0

4 months ago

5.11.0

8 months ago

5.10.0

8 months ago

5.9.0

10 months ago

5.7.0

11 months ago

5.6.0

11 months ago

5.5.1

11 months ago

5.5.0

12 months ago

5.4.0

1 year ago

5.3.0

1 year ago

5.2.1

1 year ago

5.2.0

1 year ago

5.1.1

1 year ago

5.0.2

1 year ago

5.1.0

1 year ago

5.0.0

1 year ago

5.0.0-alpha.1

2 years ago

4.0.0-pre.8

2 years ago

4.1.0

2 years ago

4.0.0

2 years ago

4.1.1

2 years ago

4.0.0-pre.5

2 years ago

4.0.0-pre.4

2 years ago

4.0.0-pre.7

2 years ago

4.0.0-pre.6

2 years ago

4.0.0-pre.3

2 years ago

4.0.0-pre.2

2 years ago

3.0.4

2 years ago

3.0.1

2 years ago

3.0.5

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.5

3 years ago

1.0.3

3 years ago