first commit

This commit is contained in:
becarta
2025-05-16 00:17:42 +02:00
parent ea5c866137
commit bacf566ec9
6020 changed files with 1715262 additions and 0 deletions

1
node_modules/lottie-web/.github/FUNDING.yml generated vendored Normal file
View File

@@ -0,0 +1 @@
open_collective: lottie

22
node_modules/lottie-web/.github/ISSUE_TEMPLATE.md generated vendored Normal file
View File

@@ -0,0 +1,22 @@
<!--
This template is for bug reports. If you are reporting a bug, please answer all the questions below.
If you are here for another reason (feature request, question, etc) please delete this template before continuing.
Note that leaving sections blank will make it difficult for us to troubleshoot bugs, causing delays in our response,
or result in closing this issue.
Please include screenshots where applicable.
-->
**Tell us about your environment**
* **Browser and Browser Version:**
* **After Effects Version:**
**What did you do? Please explain the steps you took before you encountered the problem.**
**What did you expect to happen?**
**What actually happened? Please include as much _relevant_ detail as possible.**
**Please provide a download link to the After Effects file that demonstrates the problem.**

View File

@@ -0,0 +1,24 @@
# This workflow will do a clean install of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
pull_request
jobs:
create_snapshots:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
- run: npm install
- run: npm run test:create
- run: npm run build
- run: npm run test:compare