Skip to content

Instantly share code, notes, and snippets.

@otiai10
otiai10 / index.html
Created May 22, 2016 09:19
ブラウザのJavaScriptからGoogle Cloud Vision APIを使うペライチのサンプル
<!DOCTYPE html>
<html>
<head></head>
<body>
<img style="max-width: 400px;"><input type="file" accept="image/*" />
<pre></pre>
<script type="text/javascript">
const api_key = `取得した自分のAPI_KEY`;
const url = `https://vision.googleapis.com/v1/images:annotate`;
@konitter
konitter / stylelint-rules.md
Last active February 15, 2024 21:29
stylelintのルール簡単説明(v5.4.0)

Color

  • color-hex-case - 16進数のカラーコードを大文字か小文字か
  • color-hex-length - 16進数のカラーコードを省略するか否か
  • color-named - 名前付きカラーを強制するかどうか