Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Provides <lottie-animation>, a simple web component to use lottie animations by Airbnb
This is a dead simple lottie animation web component, compiled with Stencil.
<lottie-animation src="./assets/lottie_logo.json" autoplay loop controls></lottie-animation>
<script src='https://unpkg.com/lottie-wc/dist/lottie.js'></script>
It's intentionally minimal design so that you can apply your own design language to this.
<script src='https://unpkg.com/lottie-wc/dist/lottie.js'></script>
in the head of your index.htmlnpm install lottie-wc --save
<script src='node_modules/lottie-wc/dist/lottie.js'></script>
in the head of your index.htmlnpm install lottie-wc --save
{ name: 'lottie-wc' }
to your collectionsTo start building a new web component using Stencil, clone this repo to a new directory:
git clone https://github.com/splitinfinities/lottie-wc.git lottie-wc
cd lottie-wc
git remote rm origin
and run:
npm install
npm start
To watch for file changes during develop, run:
npm run dev
To build the component for production, run:
npm run build
To run the unit tests for the components, run:
npm test
Need help? Check out our docs here.
FAQs
Provides <lottie-animation>, a simple web component to use lottie animations by Airbnb
We found that lottie-wc demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.