Welcome to Biopik, where sustainability meets style. We are a leading brand in the world of eco-friendly bags, offering a wide range of high-quality products that are both fashionable and environmentally conscious.
At Biopik, we understand the importance of reducing our carbon footprint and preserving our planet for future generations. That's why we have made it our mission to create bags that are not only functional and stylish but also made from sustainable materials.
Our commitment to sustainability starts with our choice of materials. We carefully select natural and renewable resources, such as organic cotton, bamboo, and recycled materials, to craft our bags. By using these eco-friendly materials, we minimize the use of harmful chemicals and reduce waste in the production process.
Each Biopik bag is thoughtfully designed to meet the demands of modern life. Whether you're a busy professional, a student, or a traveler, our bags offer ample storage space, durability, and versatility. From sleek laptop bags to spacious backpacks, our collection is designed to accommodate your every need while elevating your style.
We believe that sustainability should never compromise style. That's why our team of talented designers works tirelessly to create bags that are not only functional but also aesthetically pleasing. Our attention to detail, innovative designs, and timeless appeal ensure that you can carry a Biopik bag with pride, knowing that you're making a positive impact on the environment.
But our commitment to sustainability doesn't end with our products. We strive to minimize our environmental impact throughout our entire business operations. From responsible sourcing to ethical manufacturing practices, we take every step possible to ensure that our bags are produced in a socially and environmentally responsible manner.
Join us in our journey towards a greener future. Explore our collection of eco-friendly bags and make a conscious choice to support sustainability without compromising style. With Biopik, you can carry your belongings with confidence, knowing that you are contributing to a better tomorrow.
:$("#w1"), target:$("#w2"), paintStyle: { strokeStyle: "#000", lineWidth: 1 }, endpointStyle:{ radius:2 }, anchors:[ "Bottom", "Top" ], overlays:[[ "Label", {cssClass:"edge-label", label:"label 1", id:"label12"}]] , connector: "Flowchart" }); var edge23 = instance.connect({ source:$("#w2"), target:$("#w3"), paintStyle: { strokeStyle: "#000", lineWidth: 1,dashstyle: "2 3" }, endpointStyle:{ radius:2 }, anchors:[ "Bottom", "Top" ], overlays:[[ "Label", {cssClass:"edge-label", label:"label 2*", id:"label27"}]] , connector: "Flowchart" }); var edge34 = instance.connect({ source:$("#w3"), target:$("#w4"), paintStyle: { strokeStyle: "#000", lineWidth: 1,dashstyle: "2 3" }, endpointStyle:{ radius:2 }, anchors:[ "Bottom", "Top" ], overlays:[[ "Label", {cssClass:"edge-label", label:"label 3**", id:"label78"}]] , connector: "Flowchart" }); var edge45 = instance.connect({ source:$("#w4"), target:$("#w5"), paintStyle: { strokeStyle: "#000", lineWidth: 1 }, endpointStyle:{ radius:2 }, anchors:[ "Bottom", "Top" ], overlays:[[ "Label", {cssClass:"edge-label", label:"label 4", id:"label89"}]] , connector: "Flowchart" }); }) var el = document.getElementById("widget_1"); //save as jpeg function exportJPEG(){ html2canvas(document.getElementById("widget_1")) .then( function (canvas) { saveJPEG(canvas); }); } function saveJPEG(canvas){ //svg ctx = canvas.getContext('2d'); $flows = $('> svg', el); $flows.each( function() { $svg = $(this) offset = $svg.position(); svgStr = this.outerHTML; ctx.drawSvg(svgStr, offset.left, offset.top); }); $endpoints = $('._jsPlumb_endpoint > svg', el); $endpoints.each(function() { $svg = $(this) offset = $svg.parent().position(); svgStr = this.outerHTML; ctx.drawSvg(svgStr, offset.left, offset.top); }); var a = document.createElement('a'); a.href = canvas.toDataURL('image/jpeg', 0.9); a.download = 'jsPlimb_flowchart.jpeg'; a.click(); } window.onresize = function(event) { if (window['widget_1'].instance) window['widget_1'].instance.repaintEverything(); };