@capacitor-community/native-audio

v6.0.0
A native plugin for native audio engine
capacitor plugin audio media native

fmt

npm run eslint -- --fix && npm run prettier -- --write && npm run swiftlint -- --fix --format

lint

npm run eslint && npm run prettier -- --check && npm run swiftlint -- lint

build

npm run clean && npm run docgen && tsc && rollup -c rollup.config.js

clean

rimraf ./dist

watch

tsc --watch

docgen

docgen --api NativeAudio --output-readme README.md --output-json dist/docs.json

eslint

eslint . --ext ts

verify

npm run verify:ios && npm run verify:android && npm run verify:web

prepare

husky install

prettier

prettier "**/*.{css,html,ts,js,java}"

swiftlint

node-swiftlint

verify:ios

cd ios && pod install && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin -destination generic/platform=iOS && cd ..

verify:web

npm run build

prepublishOnly

npm run build

verify:android

cd android && ./gradlew clean build test && cd ..
npm i @capacitor-community/native-audio

Metadata

  • MIT
  • Whatever
  • bazuka5801
  • released 6/28/2024

Downloads

Maintainers

bazuka5801