その他JS関連

【JS】CamanJS ~ 色調変更(明るさ/コントラスト etc) ~

■ 公式サイト http://camanjs.com/ デモ http://camanjs.com/examples/ ライセンス https://github.com/meltingice/CamanJS/blob/master/LICENSE BSD 3-Clause ■ サンプル 例1:明るさ/コントラスト スライダーで明るさ/コントラストを表示 <html lang="jp"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>Demo</meta></head></html>

【JS】Cropper.js ~ 画像の切り取り ~

■ はじめに JavaScriptで、画像の切り取りについて調べていたら、 Cropper.js ってのを見つけて、思いのほかハマったので、メモ。 ■ 公式サイト https://fengyuanchen.github.io/cropperjs/ GitHub https://github.com/fengyuanchen/cropperjs サンプル http…

【JS】Underscore.js ~ 入門編 ~

■ Underscore.js * JavaScript のユーティリティ・ライブラリ ■ 公式サイト https://underscorejs.org/ ■ 動画 https://dotinstall.com/lessons/basic_underscorejs ■ サンプル shuffle : 配列をシャッフル <html lang="jp"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <script src="">https://cdnjs.clo…</meta></head></html>

【JS】ダッシュボードを実装することを考える

■ツールを使用する 【1-1】sDashboard 【1-2】Dashing 【1-3】Flexbox 【1-1】sDashboard 公式サイト http://shopify.github.io/dashing/ デモ http://modeln.github.io/sDashboard/example/ex.html 参考文献 http://phpspot.org/blog/archives/2013/12/goog…