Skip to content

Commit

Permalink
chore: add SPDX license identifiers to all source files (TS/Zig)
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jan 21, 2025
1 parent 56e7a17 commit 58bcf2e
Show file tree
Hide file tree
Showing 4,437 changed files with 4,437 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions examples/adaptive-threshold/src/api.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import type { Val1 } from "@thi.ng/api";
import type { FloatBuffer } from "@thi.ng/pixel";

Expand Down
1 change: 1 addition & 0 deletions examples/adaptive-threshold/src/events.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import type { Fn } from "@thi.ng/api";
import { setIn } from "@thi.ng/paths";
import { FLOAT_GRAY, floatBufferFromImage } from "@thi.ng/pixel";
Expand Down
1 change: 1 addition & 0 deletions examples/adaptive-threshold/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import type { IntBuffer } from "@thi.ng/pixel";
import { MIME_IMAGE_COMMON } from "@thi.ng/mime/presets";
import { syncRAF } from "@thi.ng/rstream";
Expand Down
1 change: 1 addition & 0 deletions examples/adaptive-threshold/src/state.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import { reactive } from "@thi.ng/rstream";
import type { AppState } from "./api";

Expand Down
1 change: 1 addition & 0 deletions examples/adaptive-threshold/src/threshold.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import { FloatBuffer } from "@thi.ng/pixel";
import { convolveChannel, POOL_THRESHOLD } from "@thi.ng/pixel-convolve";

Expand Down
1 change: 1 addition & 0 deletions examples/ascii-raymarch/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import { fiber } from "@thi.ng/fibers";
import { GRAY8, RGB565, intBuffer } from "@thi.ng/pixel";
import { renderBuffer, rgbaRgb565 } from "@thi.ng/shader-ast-js";
Expand Down
1 change: 1 addition & 0 deletions examples/ascii-raymarch/src/shader.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import {
$x,
$xyz,
Expand Down
1 change: 1 addition & 0 deletions examples/async-effect/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import type { IObjectOf } from "@thi.ng/api";
import { start } from "@thi.ng/hdom";
import {
Expand Down
1 change: 1 addition & 0 deletions examples/big-font/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import type { Keys, Maybe } from "@thi.ng/api";
import { div, pre } from "@thi.ng/hiccup-html";
import { getIn, setIn } from "@thi.ng/paths";
Expand Down
1 change: 1 addition & 0 deletions examples/bitmap-font/src/font.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
/**
* Converted & filtered from:
* https://github.com/kenjennings/Atari-Font-To-Code/blob/master/example_atf_E000_atasm.txt
Expand Down
1 change: 1 addition & 0 deletions examples/bitmap-font/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import type { IObjectOf } from "@thi.ng/api";
import { div, inputText, pre } from "@thi.ng/hiccup-html";
import { $compile, $input } from "@thi.ng/rdom";
Expand Down
1 change: 1 addition & 0 deletions examples/blurhash/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import { decodeToCanvas, encodeFromCanvas } from "@thi.ng/blurhash";
import { imageCanvas } from "@thi.ng/canvas";
import { div, h1, h2, section, textArea } from "@thi.ng/hiccup-html";
Expand Down
1 change: 1 addition & 0 deletions examples/boid-basics/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import type { Nullable } from "@thi.ng/api";
import {
alignment,
Expand Down
1 change: 1 addition & 0 deletions examples/canvas-dial/src/dial.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import type { Fn } from "@thi.ng/api";
import { peek } from "@thi.ng/arrays";
import { isString } from "@thi.ng/checks";
Expand Down
1 change: 1 addition & 0 deletions examples/canvas-dial/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import { reactive, sync } from "@thi.ng/rstream";
import { percent } from "@thi.ng/strings";
import { comp, map } from "@thi.ng/transducers";
Expand Down
1 change: 1 addition & 0 deletions examples/canvas-recorder/src/api.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import type { Text } from "@thi.ng/geom";
import type { ReadonlyVec } from "@thi.ng/vectors";

Expand Down
1 change: 1 addition & 0 deletions examples/canvas-recorder/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import { adaptDPI } from "@thi.ng/canvas";
import { canvasRecorder } from "@thi.ng/dl-asset";
import { group, text } from "@thi.ng/geom";
Expand Down
1 change: 1 addition & 0 deletions examples/canvas-recorder/src/palettes.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// Palette generated from Khroma.com (lazy artist here)
// You can scrap palette with these snippets (from your browser console dev tool)
// https://gist.github.com/nclslbrn/1df279bbef404e028f76e91654210d52
Expand Down
1 change: 1 addition & 0 deletions examples/canvas-recorder/src/sentences.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// A simple array of sentence (where each chars is an item of the array)

export const SENTENCES = [
Expand Down
1 change: 1 addition & 0 deletions examples/canvas-recorder/src/symbols.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
// An array of symbols
export const SYMBOLS = [
"=±≡⊥—⊫ǁ⊠⊡⊢⊣⊤⊥⊦⊧⊨⊩⊪⊫",
Expand Down
1 change: 1 addition & 0 deletions examples/cellular-automata/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import { start } from "@thi.ng/hdom";
import { dropdown, type DropDownOption } from "@thi.ng/hdom-components";
import {
Expand Down
1 change: 1 addition & 0 deletions examples/color-contrast/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import { contrast, css, srgb } from "@thi.ng/color";
import { div, inputColor } from "@thi.ng/hiccup-html";
import {
Expand Down
1 change: 1 addition & 0 deletions examples/color-themes/src/api.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import type { IObjectOf } from "@thi.ng/api";
import {
COLOR_RANGES,
Expand Down
1 change: 1 addition & 0 deletions examples/color-themes/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import {
css,
lch,
Expand Down
1 change: 1 addition & 0 deletions examples/color-themes/src/palette.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import { srgb, srgbIntArgb32, type ReadonlyColor } from "@thi.ng/color";
import { downloadWithMime } from "@thi.ng/dl-asset";

Expand Down
1 change: 1 addition & 0 deletions examples/color-themes/src/serialize.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import type { IObjectOf } from "@thi.ng/api";
import { lch, type ColorRangePreset, type ColorThemePart } from "@thi.ng/color";
import type { ISubscribable, ISubscriber } from "@thi.ng/rstream";
Expand Down
1 change: 1 addition & 0 deletions examples/color-themes/src/state.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import type { IObjectOf } from "@thi.ng/api";
import { isMobile, isString } from "@thi.ng/checks";
import {
Expand Down
1 change: 1 addition & 0 deletions examples/commit-heatmap/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import type { IObjectOf } from "@thi.ng/api";
import { COSINE_GRADIENTS, cosineGradient } from "@thi.ng/color";
import { threadLast } from "@thi.ng/compose";
Expand Down
1 change: 1 addition & 0 deletions examples/commit-table-ssr/src/client/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import { resolve as resolveMap } from "@thi.ng/resolve-map";
import {
fromInterval,
Expand Down
1 change: 1 addition & 0 deletions examples/commit-table-ssr/src/common/api.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
/**
* Basic HTML document abstraction for hiccup serialization.
* See ./html.ts for usage
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import type { AppContext } from "../api";
import { link } from "./link";

Expand Down
1 change: 1 addition & 0 deletions examples/commit-table-ssr/src/common/components/header.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import type { AppContext } from "../api";

export const header = (ctx: AppContext, title: string) => [
Expand Down
1 change: 1 addition & 0 deletions examples/commit-table-ssr/src/common/components/link.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import type { AppContext } from "../api";

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import {
comp,
iterator,
Expand Down
1 change: 1 addition & 0 deletions examples/commit-table-ssr/src/common/components/table.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import { map, mapcat } from "@thi.ng/transducers";
import type { AppContext } from "../api";

Expand Down
1 change: 1 addition & 0 deletions examples/commit-table-ssr/src/common/config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import type { AppContext, HTMLDoc } from "./api";

export const DEFAULT_DOC: HTMLDoc = {
Expand Down
1 change: 1 addition & 0 deletions examples/commit-table-ssr/src/server/build-table.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import type { Commit } from "../common/api";
import { header } from "../common/components/header";
import { repoTable } from "../common/components/repo-table";
Expand Down
1 change: 1 addition & 0 deletions examples/commit-table-ssr/src/server/git.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import type { Maybe } from "@thi.ng/api";
import {
assocObj,
Expand Down
1 change: 1 addition & 0 deletions examples/commit-table-ssr/src/server/html.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import type { Nullable } from "@thi.ng/api";
import { DOCTYPE_HTML, serialize } from "@thi.ng/hiccup";
import { mergeDeepObj } from "@thi.ng/object-utils";
Expand Down
1 change: 1 addition & 0 deletions examples/commit-table-ssr/src/server/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import { TLRUCache } from "@thi.ng/cache";
import { readText, writeJSON } from "@thi.ng/file-io";
import { ConsoleLogger } from "@thi.ng/logger";
Expand Down
1 change: 1 addition & 0 deletions examples/commit-table-ssr/src/server/static.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import { writeText } from "@thi.ng/file-io";
import { ctx } from "../common/config";
import { buildRepoTableHTML } from "./build-table";
Expand Down
1 change: 1 addition & 0 deletions examples/crypto-chart/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import type { Fn, IObjectOf } from "@thi.ng/api";
import { dropdown, type DropDownOption } from "@thi.ng/hdom-components";
import {
Expand Down
1 change: 1 addition & 0 deletions examples/csp-bus/src/api.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import type { Channel } from "@thi.ng/csp";
import type { ILifecycle } from "@thi.ng/system";
import type { Counter, CounterGroup } from "./counter.js";
Expand Down
1 change: 1 addition & 0 deletions examples/csp-bus/src/counter.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import type { Maybe } from "@thi.ng/api";
import { Channel, Mult, channel, mult } from "@thi.ng/csp";
import { button, div, progress } from "@thi.ng/hiccup-html";
Expand Down
1 change: 1 addition & 0 deletions examples/csp-bus/src/events.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import type { Fn2 } from "@thi.ng/api";
import { Channel, consumeWith, into, pubsub } from "@thi.ng/csp";
import { FMT_HHmmss, FMT_yyyyMMdd } from "@thi.ng/date";
Expand Down
1 change: 1 addition & 0 deletions examples/csp-bus/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import { defSystem } from "@thi.ng/system";
import type { App } from "./api.js";
import { initCounters } from "./counter.js";
Expand Down
1 change: 1 addition & 0 deletions examples/csp-bus/src/logger.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import { channel } from "@thi.ng/csp";

// app logger component is a simple CSP channel
Expand Down
1 change: 1 addition & 0 deletions examples/csp-bus/src/ui.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import { button, div, textArea } from "@thi.ng/hiccup-html";
import { $compile } from "@thi.ng/rdom";
import { slidingWindow } from "@thi.ng/transducers";
Expand Down
1 change: 1 addition & 0 deletions examples/devcards/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import type { Fn, IObjectOf } from "@thi.ng/api";
import { defAtom, defCursor, defView, type IAtom } from "@thi.ng/atom";
import { start } from "@thi.ng/hdom";
Expand Down
1 change: 1 addition & 0 deletions examples/dominant-colors/src/api.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import type { Comparator } from "@thi.ng/api";
import type { LCH } from "@thi.ng/color";
import { compareByKey, compareByKeys2, compareNumDesc } from "@thi.ng/compare";
Expand Down
1 change: 1 addition & 0 deletions examples/dominant-colors/src/components/css.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import { css } from "@thi.ng/color";
import { li, ul } from "@thi.ng/hiccup-html";
import type { DominantColor } from "../api";
Expand Down
1 change: 1 addition & 0 deletions examples/dominant-colors/src/components/pixelcanvas.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import type { IntBuffer } from "@thi.ng/pixel";
import { Component, type NumOrElement } from "@thi.ng/rdom";

Expand Down
1 change: 1 addition & 0 deletions examples/dominant-colors/src/components/swatches.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import { css, dotsH, type ReadonlyColor } from "@thi.ng/color";
import { div } from "@thi.ng/hiccup-html";
import { svg } from "@thi.ng/hiccup-svg";
Expand Down
1 change: 1 addition & 0 deletions examples/dominant-colors/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import { isMobile } from "@thi.ng/checks";
import { button, div, h1 } from "@thi.ng/hiccup-html";
import { MIME_IMAGE_COMMON } from "@thi.ng/mime/presets";
Expand Down
1 change: 1 addition & 0 deletions examples/dominant-colors/src/palette.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import { srgb, srgbIntArgb32, type ReadonlyColor } from "@thi.ng/color";
import { downloadWithMime } from "@thi.ng/dl-asset";

Expand Down
1 change: 1 addition & 0 deletions examples/dominant-colors/src/process.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import { timed } from "@thi.ng/bench";
import { lch, srgb, distEucledian3 } from "@thi.ng/color";
import { FLOAT_RGB, floatBuffer, intBufferFromImage } from "@thi.ng/pixel";
Expand Down
1 change: 1 addition & 0 deletions examples/ellipse-proximity/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import { closestPointEllipse } from "@thi.ng/geom-closest-point";
import { $compile } from "@thi.ng/rdom";
import { $canvas } from "@thi.ng/rdom-canvas";
Expand Down
1 change: 1 addition & 0 deletions examples/fft-synth/src/audio.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import type { Maybe, NumericArray } from "@thi.ng/api";
import { Delay, conjugate, ifft } from "@thi.ng/dsp";
import { BIN_AMP, NUM_BINS, PITCH_SCALE } from "./config";
Expand Down
1 change: 1 addition & 0 deletions examples/fft-synth/src/automode.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import { weightedRandom } from "@thi.ng/random";
import { map, range } from "@thi.ng/transducers";
import { updateAudio } from "./audio";
Expand Down
1 change: 1 addition & 0 deletions examples/fft-synth/src/config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import { binFreq } from "@thi.ng/dsp";
import { float, percent } from "@thi.ng/strings";
import { map, mapcat, range, repeat } from "@thi.ng/transducers";
Expand Down
1 change: 1 addition & 0 deletions examples/fft-synth/src/gui.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import {
buttonH,
DEFAULT_THEME,
Expand Down
1 change: 1 addition & 0 deletions examples/fft-synth/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import { canvas } from "@thi.ng/hdom-canvas";
import { fit, fitClamped } from "@thi.ng/math";
import { fromAtom, fromDOMEvent, merge, sync, syncRAF } from "@thi.ng/rstream";
Expand Down
1 change: 1 addition & 0 deletions examples/fft-synth/src/state.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import { defAtom } from "@thi.ng/atom";
import { repeat } from "@thi.ng/transducers";
import { makeBins, updateAudio } from "./audio";
Expand Down
1 change: 1 addition & 0 deletions examples/fiber-basics/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import { colorFromRange, setAlpha, srgb } from "@thi.ng/color";
import { downloadCanvas } from "@thi.ng/dl-asset";
import { curve } from "@thi.ng/dsp";
Expand Down
1 change: 1 addition & 0 deletions examples/fisheye-menu/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import { anchor, li, ul, type Attribs } from "@thi.ng/hiccup-html";
import { clamp, lens } from "@thi.ng/math";
import { $compile } from "@thi.ng/rdom";
Expand Down
1 change: 1 addition & 0 deletions examples/fisheye-menu/src/tags.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
/**
* Dummy list of items/tags for the fisheye menu
*/
Expand Down
1 change: 1 addition & 0 deletions examples/geom-classify-point/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import { adaptiveCanvas2d } from "@thi.ng/canvas";
import { circle, classifyPoint, group, smoothPolygon } from "@thi.ng/geom";
import { draw } from "@thi.ng/hiccup-canvas";
Expand Down
1 change: 1 addition & 0 deletions examples/geom-complex-poly/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import { adaptiveCanvas2d } from "@thi.ng/canvas";
import { COSINE_GRADIENTS, cosineColor } from "@thi.ng/color";
import {
Expand Down
1 change: 1 addition & 0 deletions examples/geom-convex-hull/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import { canvas2d } from "@thi.ng/canvas";
import {
area,
Expand Down
1 change: 1 addition & 0 deletions examples/geom-csv-piechart/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import {
COSINE_GRADIENTS,
cosineColor,
Expand Down
1 change: 1 addition & 0 deletions examples/geom-extra-hiccup/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import { canvas2d } from "@thi.ng/canvas";
import {
asSvg,
Expand Down
1 change: 1 addition & 0 deletions examples/geom-fuzz-basics/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import { adaptiveCanvas2d } from "@thi.ng/canvas";
import { circle, group, star, vertices } from "@thi.ng/geom";
import {
Expand Down
1 change: 1 addition & 0 deletions examples/geom-hexgrid/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import {
Polygon,
TESSELLATE_EDGE_SPLIT,
Expand Down
1 change: 1 addition & 0 deletions examples/geom-knn-hash/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import { identity } from "@thi.ng/api";
import { timedResult } from "@thi.ng/bench";
import { knearest2 } from "@thi.ng/distance";
Expand Down
1 change: 1 addition & 0 deletions examples/geom-knn/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import { timedResult } from "@thi.ng/bench";
import { KdTreeMap } from "@thi.ng/geom-accel";
import { canvas } from "@thi.ng/hdom-canvas";
Expand Down
1 change: 1 addition & 0 deletions examples/geom-sdf-logo/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import { asCSS } from "@thi.ng/color-palettes";
import {
asSvg,
Expand Down
1 change: 1 addition & 0 deletions examples/geom-sdf-path/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import {
asSvg,
bounds,
Expand Down
1 change: 1 addition & 0 deletions examples/geom-terrain-viz/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import type { Nullable } from "@thi.ng/api";
import { download, downloadCanvas } from "@thi.ng/dl-asset";
import { asSvg, group, polyline, svgDoc } from "@thi.ng/geom";
Expand Down
1 change: 1 addition & 0 deletions examples/geom-tessel/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import { partial } from "@thi.ng/compose";
import {
arcLength,
Expand Down
1 change: 1 addition & 0 deletions examples/geom-unique-edges/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0
import { adaptiveCanvas2d } from "@thi.ng/canvas";
import { COSINE_GRADIENTS, cosineColor } from "@thi.ng/color";
import { fiber } from "@thi.ng/fibers";
Expand Down
Loading

0 comments on commit 58bcf2e

Please sign in to comment.