mirror of
https://github.com/arx-research/libhalo.git
synced 2026-01-09 13:18:04 -05:00
12 lines
333 B
JavaScript
12 lines
333 B
JavaScript
/**
|
|
* LibHaLo - Programmatically interact with HaLo tags from the web browser, mobile application or the desktop.
|
|
* Copyright by Arx Research, Inc., a Delaware corporation
|
|
* License: MIT
|
|
*/
|
|
|
|
/**
|
|
* The LibHaLo API was moved to api/ subdirectory.
|
|
* Please include the appropriate file for your platform.
|
|
*/
|
|
module.exports = {};
|