Newer
Older
imgui-js / package.json
@Isaac Burns Isaac Burns on 16 Jun 2018 587 bytes add ImFontAtlas::AddFontFromMemoryTTF
{
  "name": "imgui-js",
  "version": "1.0.0",
  "description": "JavaScript bindings for Dear ImGui using Emscripten and TypeScript",
  "main": "imgui.js",
  "types": "imgui.ts",
  "scripts": {
    "dev": "http-server -c-1",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "@types/emscripten": "0.0.31",
    "@types/node": "^9.6.14",
    "@types/systemjs": "^0.20.6"
  },
  "devDependencies": {
    "http-server": "^0.11.1",
    "node-fetch": "^2.1.2",
    "systemjs": "^0.21.3",
    "typescript": "^2.8.3"
  }
}