Skip to content

[Bugfix] Centered Picture2D with reverse is not centered #4

[Bugfix] Centered Picture2D with reverse is not centered

[Bugfix] Centered Picture2D with reverse is not centered #4

Workflow file for this run

name: Test Build
on:
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
- run: npm install
- run: npm install typescript
- run: npm run build