ナレッジハブ
研究、チュートリアル、ガイド、API ドキュメント — 1 つの場所ですべて
Articles
6 postsデバイス上で実行する設計アシスタント - 口座なし、サーバーなし
PinePaperのオンデバイスAIアシスタントは、ブラウザで完全に実行する言語モデルを使用して、実際のシーンにプロンプトを表示します。 アーキテクチャー — 制約されたツールコール、2つのプロバイダー、そして小さなモデルができることの正直なアカウントです.
採用情報 →ペンデュラムは、あなたが差分をかち切る方法
ODEソルバーを理解するには数学の学位は必要ありません。 ペンデュラム、スクリーン、20分が必要です。 ここでは、Euler、RK4、およびアダプティブメソッドが実際のコードで実際に動作している方法です.
採用情報 →FFTが実際にあなたに示すもの
聞こえる音は、正弦波の合計です。 ファストフーリエは、その合計を分解します。 つまり、それがどのように機能するか、そして60歳までのアルゴリズムがどこにも残っているのかはここにあります.
採用情報 →GIFを実際に動作させる方法 — キャンバスフレームからLZW圧縮まで
GIF フォーマットは 39 歳でありながらどこでも。 'Export' をクリックしてファイルを取得すると、フレームキャプチャ、カラー定量化、LZW 圧縮、および GIF が 4MB である理由の間に何が起こるかを示します.
採用情報 →ブラウザネイティブMP4エクスポート - サーバーは必要ありません
PinePaperは、WebCodecsを使用してブラウザでMP4ビデオを完全にエクスポートします。 キャンバスフレームから再生可能なビデオファイルまで、H.264パイプラインがどのように機能するかをご紹介します.
採用情報 →User Guide
43 pagesGIF Export
Export your animations as GIF files for universal compatibility. GIFs are ideal when: - Posting to Twitter/X (auto-plays in feed) - Sharing on Discord or…
Export Overview
Export your creations in multiple formats for different platforms. 1. Click Export in the header, or 2. Press Ctrl/⌘ + E Best for: Instagram Reels, TikTok,…
Print Export (PDF & PNG)
Create professional print-ready designs with high-resolution exports perfect for commercial printing. PinePaper Studio supports creating static print…
Animated SVG Export
Export PinePaper animations as SMIL-animated SVG files for web embedding and scalable graphics. Supports pulse, rotate, bounce, fade, wobble, and keyframe animations with infinite resolution and tiny file sizes.
MP4 Video Export
Export your animations as MP4 video files for maximum compatibility with social media platforms. MP4 export uses the WebCodecs API and requires: - Chrome…
3D Projection
Render 3D primitives on the PinePaper canvas with multiple projection types, GPU acceleration, and interactive drag-and-drop.
On-Device AI Assistant (Experimental)
PinePaper's AI / Code console has an Assistant that runs a language model entirely in your browser — no account, and nothing you type is sent to a server.…
Use PinePaper from Claude — The Skill
Want Claude (or another agent that supports Skills) to build PinePaper graphics for you by chat? Install the official PinePaper Skill once and ask in plain…
API Reference
87 pagesGPU-Accelerated 3D Projection
The 3D library includes optional GPU acceleration for vertex projection, with automatic fallback to CPU when GPU is unavailable or the scene is too simple.
3D Projection System
PinePaper includes a standalone 3D projection library for rendering 3D primitives on the 2D canvas. The library is zero-dependency (~18KB minified), outputs…
3D Projections
The 3D library supports five projection types for converting 3D scenes to 2D representations, plus an orbital camera system. Change the active projection…
Export Support Matrix
PinePaper exports a scene to many formats. They fall into two families with very different coverage: Rule of thumb: if you need maximum fidelity, export…
PinePaper Lottie Compatibility Guide
> Reference for what survives a Bodymovin (After Effects) ↔ PinePaper round-trip, > and what doesn't. Last verified against v0.5.0-beta. PinePaper's Lottie…
PinePaper SVG Compatibility Guide
> Reference for what survives an SVG ↔ PinePaper round-trip. Last verified > against v0.5.0-beta. PinePaper imports SVG via Paper.js (project.importSVG) and…
Animation
PinePaper supports both simple loop animations and complex keyframe-based animations. Apply a predefined animation to an item. Parameters: - item: Item to…
Arrow System
PinePaper's Arrow System creates configurable arrows with animated effects. Convenience wrapper for creating arrows via the PinePaper API. Parameters: -…