瀏覽代碼

may as well add @author

Joe Pea 6 年之前
父節點
當前提交
7a6f68ad6b
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/math/Color.d.ts

+ 4 - 0
src/math/Color.d.ts

@@ -1,3 +1,7 @@
+/**
+ * @author Joe Pea / http://github.com/trusktr
+ */
+
 export interface HSL {
 export interface HSL {
 	h: number;
 	h: number;
 	s: number;
 	s: number;