@markw65/monkeyc-optimizer
TypeScript icon, indicating that this package has built-in type declarations

1.1.59 • Public • Published

monkeyc-optimizer README

This package provides a set of utilities for working with Garmin Monkey-C projects.

Optimization and analysis

Its primary purpose is to serve as the optimization and analysis engine behind prettier-extension-monkeyc. Although it could be used separately to optimize and analyze Monkey-C projects, most of the API is not expected to be stable (ie it will change as required by prettier-extension-monkeyc).

Font analysis

It also provides a tool to report information about the builtin fonts on a device. This can be used to compute layouts, or make decisions about whether a given string would fit in a given screen region at build time, rather than at runtime. More details

Release Notes

See Change Log

Readme

Keywords

Package Sidebar

Install

npm i @markw65/monkeyc-optimizer

Weekly Downloads

125

Version

1.1.59

License

MIT

Unpacked Size

1.42 MB

Total Files

76

Last publish

Collaborators

  • markw65