You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
1. 공통 사항
perf-test 와 playground 모두 React 기반의 NextJS 앱이며, yarn 을 패키지 매니저로 사용한다. 각 디렉토리에서 다음 커맨드로 프로젝트 디펜던시를 설치하고 개발 서버를 띄울 수 있다.
2. 구조 (perf-test)
app/page.tsxapp/viewer/page.tsxlib/thorvg-loader.tslib/benchmark.tslib/seed.tslib/profiler.jsstats.js기반 실시간 FPS/MS/메모리 패널scripts/bench.mjscomponents/*3. 구조 (playground)
app/page.tsxapp/showcase/[id]/page.tsxapp/showcase/[id]/ShowcasePageClient.tsxcomponents/CanvasPreview.tsxcomponents/CodeEditor.tsx@thorvg/webcanvas타입 선언을 이용한 자동 완성 제공lib/code-transformer.tslib/examples/index.tslib/examples/types.tslib/examples/*.tsnext.config.tspackage.json@thorvg/webcanvas등 Playground 의존성과 실행 스크립트 정의4. 커스텀 예제
브랜치

All reactions