@polyglot-bundles/th-stories
v0.2.0
Published
Thai Little Scoops stories - .ink source files from polyglot-bundles
Downloads
216
Maintainers
Readme
Thai Stories Bundle
Package: @polyglot/bundle-th-stories
Thai GLOST stories including Little Scoops and Graded Readers.
Stories Included
- Work Life Balance
- ซูเปอร์มาร์เก็ต (Supermarket)
- Pete's Defense
- Mary's Hobbies
- Making Requests
- Getting Breakfast
- A Job Interview
- วันหนึ่งที่สวนสาธารณะ (A Day at the Park)
Usage
import { getAllStories, loadStory } from "@polyglot/bundle-th-stories";
// Get all story metadata
const stories = await getAllStories();
// Load a specific story
const story = await loadStory("a-day-at-the-park");
console.log(story.metadata.title);Structure
src/
├── stories/ # Story JSON files (copied from lalia-prism)
│ ├── *.glost.json
│ └── graded-readers/
├── manifest.json # Story metadata
└── index.ts # ExportsSource
This bundle is automatically synced from lalia-prism/packages/content/th-content-stories/generated/.
