約70,500件1ページ目

日本語のみで絞り込む

条件を指定して検索しています。すべての条件を解除する

  • 最終更新日:1か月以内
  • 4日前 -The SVG script element allows to add scripts to an SVG document ... Attributes. crossorigin. This attribute defines CORS settings as define for the HTML <script> ...

    2024/6/7 -This command will process all SVG files in the icons directory and generate React components in the components directory. Step 3: Customize SVGR Configuration.

    4日前 -Scalable Vector Graphics (SVG) is an XML-based markup language for describing two-dimensional based vector graphics.

    2024/6/18 -jest-preset-angular uses ts-jest options under the hood, which are located under the globals of Jest config object in the package.json file of your project, or ...

    2024/6/11 -Webpack loader for processing SVG files. Loader options allows embedding SVGs into the HTML, spritesheet injection, or spritesheet extraction for linking.

    2024/6/7 -Lints SVG files. ... If installed globally by NPM it can be executed directly as svglint . $ svglint --help Linter for SVGs Usage: svglint [--config config.js] ...

    2024/6/26 -js file to include a rule for handling SVG files. // next.config.mjs ... Create Next.js project: Run the following command in the terminal npx create.

    2024/6/17 -Plugins; mergePaths. mergePaths. Default. Merge multiple paths into one. Usage. Basic; Parameters. svgo.config.js. module.exports = { plugins: [ "mergePaths" ] }.

    3日前 -The JavaScript configuration supports two different formats, either an Object Structure where the key is the environment variable name: config.js config.cjs. js

    2024/6/19 -To configure extra files to process with esbuild , one can do the following: JavaScript; TypeScript. // jest.config.js module ...