並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 18 件 / 18件

新着順 人気順

javascript-libraryの検索結果1 - 18 件 / 18件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

javascript-libraryに関するエントリは18件あります。 libraryjavascriptJavaScript などが関連タグです。 人気エントリには 『GitHub - frehner/modern-guide-to-packaging-js-library: A guide to help ensure your JavaScript library is the most compatible, fast, and efficient library you can make.』などがあります。
  • GitHub - frehner/modern-guide-to-packaging-js-library: A guide to help ensure your JavaScript library is the most compatible, fast, and efficient library you can make.

    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

      GitHub - frehner/modern-guide-to-packaging-js-library: A guide to help ensure your JavaScript library is the most compatible, fast, and efficient library you can make.
    • The Powerful Conversational AI JavaScript Library | NLUX

      NLUX with ReactGenerative UI With Next.jsChatGPT-Inspired UIChat pop-up with shadcn/ui import { AiChat, useAsStreamAdapter } from '@nlux/react'; import '@nlux/themes/nova.css'; import { send } from './send'; import { user, assistantAvatar } from './personas'; export default () => { const adapter = useAsStreamAdapter(send, []); return ( <AiChat adapter={ adapter } personaOptions={{ assistant: { nam

        The Powerful Conversational AI JavaScript Library | NLUX
      • GitHub - mutativejs/mutability: A JavaScript library for transactional mutable updates

        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

          GitHub - mutativejs/mutability: A JavaScript library for transactional mutable updates
        • GitHub - eduardoleao052/js-pytorch: A JavaScript library like PyTorch, with GPU acceleration.

          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

            GitHub - eduardoleao052/js-pytorch: A JavaScript library like PyTorch, with GPU acceleration.
          • React – A JavaScript library for building user interfaces

            React makes it painless to create interactive UIs. Design simple views for each state in your application, and React will efficiently update and render just the right components when your data changes. Declarative views make your code more predictable and easier to debug. Build encapsulated components that manage their own state, then compose them to make complex UIs. Since component logic is writ

              React – A JavaScript library for building user interfaces
            • GitHub - MTG/essentia.js: JavaScript library for music/audio analysis and processing powered by Essentia WebAssembly

              Essentia.js is a JavaScript (JS) library for music/audio signal analysis and processing developed at the Music Technology Group, UPF, Barcelona. The core of library is powered by Essentia C++ library back-end using WebAssembly built via Emscripten along with a high-level JS and TypeScript API and add-on utility modules. ie, You can run an extensive collection of music/audio processing and analysis

                GitHub - MTG/essentia.js: JavaScript library for music/audio analysis and processing powered by Essentia WebAssembly
              • GitHub - javascriptdata/danfojs: Danfo.js is an open source, JavaScript library providing high performance, intuitive, and easy to use data structures for manipulating and processing structured data.

                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                  GitHub - javascriptdata/danfojs: Danfo.js is an open source, JavaScript library providing high performance, intuitive, and easy to use data structures for manipulating and processing structured data.
                • GitHub - Agamnentzar/ag-psd: Javascript library for reading and writing PSD files

                  Does not support reading Indexed, CMYK, Multichannel, Duotone and LAB color modes (all supported color modes are converted to RGB mode when reading) Does not support writing any color modes other than RGB Does not support 16 bits per channel Does not support The Large Document Format (8BPB/PSB) Does not support color palettes Does not support animations Does not support patterns (or "Pattern Overl

                    GitHub - Agamnentzar/ag-psd: Javascript library for reading and writing PSD files
                  • GitHub - abagames/crisp-game-lib: Minimal JavaScript library for creating classic arcade-like mini-games running in the browser

                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                      GitHub - abagames/crisp-game-lib: Minimal JavaScript library for creating classic arcade-like mini-games running in the browser
                    • GitHub - brahmosjs/brahmos: Super charged JavaScript library with modern React API and native templates.

                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                        GitHub - brahmosjs/brahmos: Super charged JavaScript library with modern React API and native templates.
                      • DFlex | The Javascript library for modern Drag and Drop Apps

                        A Drag-and-Drop library for all JavaScript frameworksDFlex is a JavaScript library for modern drag and drop applications. It is built with vanilla JavaScript and implements an enhanced transformation mechanism to manipulate DOM elements. DFlex is the only drag and drop library on the internet that manipulates the DOM instead of reconstructing it. It also has its own scheduler and reconciler.

                          DFlex | The Javascript library for modern Drag and Drop Apps
                        • chatgpt.js — A powerful JavaScript library for ChatGPT

                          A powerful client-side JavaScript library for ChatGPT

                            chatgpt.js — A powerful JavaScript library for ChatGPT
                          • GitHub - ionstage/jcore: JavaScript library for building UI components

                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                              GitHub - ionstage/jcore: JavaScript library for building UI components
                            • GitHub - KudoAI/chatgpt.js: 🤖 A powerful, open source client-side JavaScript library for ChatGPT

                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                GitHub - KudoAI/chatgpt.js: 🤖 A powerful, open source client-side JavaScript library for ChatGPT
                              • GitHub Packagesを使ってJavaScript libraryを管理する - Qiita

                                はじめに 今までGoではgo getを使った共通Packageの管理はしていましたが、JavaScriptではしていませんでした。 しかし、フロント開発で同一デザイナーで同じデザインシステムを採用することとなったシステムを作ることなり、既存システムの資産を効率良く管理できないかと思いGitHub Pakcagesを使うことになったので同様のことを行う方の参考になればと思います。 この記事では、yanrとnpmの両方を使った方法を説明させて頂きます。 GitHub Packagesとは 従来はnpm install などでinstallできるようにJava script libraryの管理にはnpmjs.comにアカウントを作成しnpmjs.comでlibraryを管理していたが、それらが全てGitHubで完結できるようになった。 なので、npmjs.comのアカウント作成とは不要になり、

                                  GitHub Packagesを使ってJavaScript libraryを管理する - Qiita
                                • Introduction to the Solid JavaScript Library | CSS-Tricks

                                  Get affordable and hassle-free WordPress hosting plans with Cloudways — start your free trial today. Solid is a reactive JavaScript library for creating user interfaces without a virtual DOM. It compiles templates down to real DOM nodes once and wraps updates in fine-grained reactions so that when state updates, only the related code runs. This way, the compiler can optimize initial render and the

                                    Introduction to the Solid JavaScript Library | CSS-Tricks
                                  • Creating simple AWS Cost and Usage charts with D3 JavaScript library | Amazon Web Services

                                    AWS Open Source Blog Creating simple AWS Cost and Usage charts with D3 JavaScript library Web applications interacting with AWS in a number of ways may need to represent and display sets of information in the form of charts, diagrams, or graphs. Common examples of that information includes small amounts of data coming from AWS Costs & Usage Reports or Amazon Elastic Compute Cloud (Amazon EC2), eit

                                      Creating simple AWS Cost and Usage charts with D3 JavaScript library | Amazon Web Services
                                    • GitHub - tildeio/simple-html-tokenizer: A lightweight JavaScript library for tokenizing non-`<script>` HTML expected to be found in the `<body>` of a document

                                      Simple HTML Tokenizer is a lightweight JavaScript library that can be used to tokenize the kind of HTML normally found in templates. It can be used to preprocess templates to change the behavior of some template element depending upon whether the template element was found in an attribute or text. It is not a full HTML5 tokenizer. It focuses on the kind of HTML that is used in templates: content d

                                        GitHub - tildeio/simple-html-tokenizer: A lightweight JavaScript library for tokenizing non-`<script>` HTML expected to be found in the `<body>` of a document
                                      1

                                      新着記事