Skip to content

Instantly share code, notes, and snippets.

View benishouga's full-sized avatar
⛏️
Running

Akito Moriki benishouga

⛏️
Running
View GitHub Profile
{
"version": "1.5.0-alpha",
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"declaration": false,
"noImplicitAny": true,
"removeComments": true,
"noLib": false,
"outDir": "../js/"
@benishouga
benishouga / Font.js
Created January 27, 2017 14:25 — forked from eweitnauer/Font.js
Font.js Demo
/**
Font.js v2012.01.25
(c) Mike "Pomax" Kamermans, 2012
Licensed under MIT ("expat" flavour) license.
Hosted on http://github.com/Pomax/Font.js
This library adds Font objects to the general pool
of available JavaScript objects, so that you can load
fonts through a JavaScript object similar to loading
@benishouga
benishouga / deno.md
Created May 27, 2020 12:15
Deno を Getting Started 見ながら少し触ってみた

deno 使ってみる会

公式の Getting Started にならって試していきます。

https://deno.land/manual/getting_started

インストール

$ curl -fsSL https://deno.land/x/install/install.sh | sh
@benishouga
benishouga / deno.md
Last active May 27, 2020 12:17
社内のもくもく会で Deno を Getting Started 見ながら少し触ってみた

deno 使ってみる会

公式の Getting Started にならって試していきます。

https://deno.land/manual/getting_started

インストール

$ curl -fsSL https://deno.land/x/install/install.sh | sh