Bwip Js
bwip-js
JavaScript barcode generator supporting over 100 types and standards.
React Native Libraries
bar code
generator
barcode
javascript
node
react
react-native
typescript
browser
itf
Stars
1
Weekly
0
Open issues
0
Bundle
~60 kB
Installation
npm install bwip-jsCode example
import { View, Text, StyleSheet } from "react-native";
import { BwipJs } from "bwip-js";
export function Example() {
return (
<View style={styles.box}>
<Text style={styles.title}>Bwip Js</Text>
<BwipJs />
</View>
);
}
const styles = StyleSheet.create({
box: { flex: 1, alignItems: "center", justifyContent: "center", gap: 8 },
title: { fontSize: 18, fontWeight: "600" },
});Pros & cons
Pros
- Actively maintained by Mark Warren
- 0 weekly downloads. Battle tested
- First-class TypeScript definitions
- MIT licensed
Considerations
- Adds roughly ~60 kB to your bundle
- Needs client-only rendering in SSR frameworks
- 0 open issues on GitHub