0.1.3 • Published 8 months ago

open-board-format v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Open Board Format

TypeScript definitions for the Open Board Format (OBF), a standard for sharing communication boards and board sets between Augmentative and Alternative Communication (AAC) applications.

This package ensures consistent, type-safe integration of OBF in your projects, simplifying development for AAC tools and platforms.

Installation

npm install open-board-format

Usage

import { Board, Button, Image, Sound } from "open-board-format";

// Example usage
const board: Board = {
  format: "open-board-0.1",
  id: "unique-board-id",
  locale: "en",
  buttons: [],
  // ... other properties
};

Links

0.1.3

8 months ago

0.1.2

8 months ago

0.1.1

8 months ago

0.1.0

8 months ago