[Library Name] Library Reference
[High level description of the library and its purpose]
[Interfaces/Classes]
[Interface/Class]
[Description of purpose]
Constructor
new [className](
[type] [parameter],
. . .
)
Properties
[propertyName]
Type: [type] [Explain how this value is used by the class/interface]
Methods
[methodName]
[return type] [class].[method](
[type] [parameterName],
. . .
)
[changes this state] and/or [returns this value].
Functions
[functionName]
[return type] [function](
[type] [parameterName],
. . .
)
[changes this state] and/or [returns this value].